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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 低?漠裝? | 1001001011100001001111111001010010011001111001011110010000111111 | 92e13f9499e5e43f |
| EUC-JP | 低?漠裝? | 1100010011100011001111111100011111111001111010101110011000111111 | c4e33fc7f9eae63f |
| UTF-8 | 低꿱漠裝렮 | 111001001011110110001110111010101011111110110001111001101011110010100000111010001010001110011101111010111010000010101110 | e4bd8eeabfb1e6bca0e8a39deba0ae |
| UHC | 低꿱漠裝렮 | 11101110101110001011001011101000110110001010111011101101111110111000111010111011 | eeb8b2e8d8aeedfb8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)