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 | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-WIN | クス宍ZB | 11110000101110011011100011110001100011101011110110001110101100110101101001000010 | f0b9b8f18ebd8eb35a42 |
EUC-JP | ?ク?ス宍ZB | 00111111100011101011100000111111100011101011110110111100101101010101101001000010 | 3f8eb83f8ebdbcb55a42 |
UTF-8 | クス宍ZB | 1110111010000001101110001110111110111101101110001110111010000100100010011110111110111101101111011110010110101110100011010101101001000010 | ee81b8efbdb8ee8489efbdbde5ae8d5a42 |
UHC | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)