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 | 100100001110001000111111001111111001000011011111001111110011111101001111 | 90e23f3f90df3f3f4f |
| EUC-JP | 絶??節??O | 110000001110010000111111001111111100000011100001001111110011111101001111 | c0e43f3fc0e13f3f4f |
| UTF-8 | 絶롲뀮節룽뒢O | 11100111101101011011011011101011101000011011001011101011100000001010111011100111101011111000000011101011101000111011110111101011100100101010001001001111 | e7b5b6eba1b2eb80aee7af80eba3bdeb92a24f |
| UHC | 絶롲뀮節룽뒢O | 11101111101111101000111011101110100001011010010011101111101111011011011111101110100010101001111001001111 | efbe8eee85a4efbdb7ee8a9e4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)