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 | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
SJIS-WIN | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
EUC-JP | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
UTF-8 | 淋묒쭡梨듭괩rB | 1110111110100111101101011110101110101100100100101110110010101101101000011110111110100111101000101110101110010011101011011110101010110100101010010111001001000010 | efa7b5ebac92ecada1efa7a2eb93adeab4a97242 |
UHC | 淋묒쭡梨듭괩rB | 1110110011111000100100011110110010100111100101101110110010110001101101011110110010110001101010000111001001000010 | ecf891eca796ecb1b5ecb1a87242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)