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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | シォシオH | 111100101111000110111100101010111111001011101111101111001011010101001000 | f2f1bcabf2efbcb548 |
EUC-JP | ?シォ?シオH | 0011111110001110101111001000111010101011001111111000111010111100100011101011010101001000 | 3f8ebc8eab3f8ebc8eb548 |
UTF-8 | シォシオH | 11101110100010001010100011101111101111011011110011101111101111011010101111101110100010001010011011101111101111011011110011101111101111011011010101001000 | ee88a8efbdbcefbdabee88a6efbdbcefbdb548 |
UHC | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)