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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?蒡?岩?B | 0011111111100100111011100011111110001010111000100011111101000010 | 3fe4ee3f8ae23f42 |
EUC-JP | ?蒡?岩?B | 0011111111101000111100000011111110110100111001000011111101000010 | 3fe8f03fb4e43f42 |
UTF-8 | 뤶蒡탲岩섧B | 11101011101001001011011011101000100100101010000111101101100000111011001011100101101100101010100111101100100001001010011101000010 | eba4b6e892a1ed83b2e5b2a9ec84a742 |
UHC | 뤶蒡탲岩섧B | 1000111111100100110110111011110010110101100011111110010011011011101111001011010101000010 | 8fe4dbbcb58fe4dbbcb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)