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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 典???賃 | 10010011010101000011111100111111001111111001001011000000 | 93543f3f3f92c0 |
EUC-JP | 典???賃 | 11000101101101010011111100111111001111111100010011000010 | c5b53f3f3fc4c2 |
UTF-8 | 典비렰렯賃 | 111001011000010110111000111010111011100110000100111010111010000010110000111010111010000010101111111010001011001110000011 | e585b8ebb984eba0b0eba0afe8b383 |
UHC | 典비렰렯賃 | 11101110111100001011101011110001100011101011110110001110101111001110110011111100 | eef0baf18ebd8ebcecfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)