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 | 001111110011111110000010111000110011111100111111100000101010000101001111 | 3f3f82e33f3f82a14f |
| EUC-JP | ??ゅ??ぃO | 001111110011111110100100111001010011111100111111101001001010001101001111 | 3f3fa4e53f3fa4a34f |
| UTF-8 | 룵쥚ゅ룶쾹ぃO | 11101011101000111011010111101100101001011001101011100011100000101000010111101011101000111011011011101100101111101011100111100011100000011000001101001111 | eba3b5eca59ae38285eba3b6ecbeb9e381834f |
| UHC | 룵쥚ゅ룶쾹ぃO | 10001111101010101010001010001111101010101110010110001111101010111011001010001111101010101010001101001111 | 8faaa28faae58fabb28faaa34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)