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 | ?????L?? | 0011111100111111001111110011111100111111010011000011111100111111 | 3f3f3f3f3f4c3f3f |
| SJIS-WIN | ?????L?? | 0011111100111111001111110011111100111111010011000011111100111111 | 3f3f3f3f3f4c3f3f |
| EUC-JP | ?????L?? | 0011111100111111001111110011111100111111010011000011111100111111 | 3f3f3f3f3f4c3f3f |
| UTF-8 | 채쨩혗챠혧L채횧 | 11101100101100011000010011101100101010001010100111101101100110001001011111101100101100011010000011101101100110001010011101001100111011001011000110000100111011011001101010100111 | ecb184eca8a9ed9897ecb1a0ed98a74cecb184ed9aa7 |
| UHC | 채쨩혗챠혧L채횧 | 110000111010010011000010101110111100001010000010110000111010110111000010100011110100110011000011101001001100001110011110 | c3a4c2bbc282c3adc28f4cc3a4c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)