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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | ??ゴ??ごO | 001111110011111110000011010100110011111100111111100000101011001001001111 | 3f3f83533f3f82b24f |
| EUC-JP | ??ゴ??ごO | 001111110011111110100101101101000011111100111111101001001011010001001111 | 3f3fa5b43f3fa4b44f |
| UTF-8 | 룶쨵ゴ룶쥚ごO | 11101011101000111011011011101100101010001011010111100011100000101011010011101011101000111011011011101100101001011001101011100011100000011001010001001111 | eba3b6eca8b5e382b4eba3b6eca59ae381944f |
| UHC | 룶쨵ゴ룶쥚ごO | 10001111101010111010010010001111101010111011010010001111101010111010001010001111101010101011010001001111 | 8faba48fabb48faba28faab44f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)