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 | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
EUC-JP | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
UTF-8 | 챕혖혪챔짰혘H | 11101100101100011001010111101101100110001001011011101101100110001010101011101100101100011001010011101100101001111011000011101101100110001001100001001000 | ecb195ed9896ed98aaecb194eca7b0ed989848 |
UHC | 챕혖혪챔짰혘H | 11000011101010011100001010000001110000101001001011000011101010001100001010101110110000101000001101001000 | c3a9c281c292c3a8c2aec28348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)