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 | 100100101110000100111111100101001001100111100101111001000011111101000010 | 92e13f9499e5e43f42 |
EUC-JP | 低?漠裝?B | 110001001110001100111111110001111111100111101010111001100011111101000010 | c4e33fc7f9eae63f42 |
UTF-8 | 低꿱漠裝렮B | 11100100101111011000111011101010101111111011000111100110101111001010000011101000101000111001110111101011101000001010111001000010 | e4bd8eeabfb1e6bca0e8a39deba0ae42 |
UHC | 低꿱漠裝렮B | 1110111010111000101100101110100011011000101011101110110111111011100011101011101101000010 | eeb8b2e8d8aeedfb8ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)