To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偲式篠コト雫 | 10001110110000111000111010101110100011101100001010111010110001001000111010110100 | 8ec38eae8ec2bac48eb4 |
EUC-JP | 偲式篠コト雫 | 101111001100010110111100101100001011110011000100100011101011101010001110110001001011110010110110 | bcc5bcb0bcc48eba8ec4bcb6 |
UTF-8 | 偲式篠コト雫 | 111001011000000110110010111001011011110010001111111001111010111110100000111011111011110110111010111011111011111010000100111010011001101110101011 | e581b2e5bc8fe7afa0efbdbaefbe84e99bab |
UHC | ?式篠??? | 0011111111100011110100101110000111000110001111110011111100111111 | 3fe3d2e1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)