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 | ?U?????? | 0011111101010101001111110011111100111111001111110011111100111111 | 3f553f3f3f3f3f3f |
| SJIS-WIN | ?U?????? | 0011111101010101001111110011111100111111001111110011111100111111 | 3f553f3f3f3f3f3f |
| EUC-JP | ?U?????? | 0011111101010101001111110011111100111111001111110011111100111111 | 3f553f3f3f3f3f3f |
| UTF-8 | 청U횂첬천척혧쨍 | 11101100101100101010110101010101111011011001101010000010111011001011001010101100111011001011001010011100111011001011001010011001111011011001100010100111111011001010100010001101 | ecb2ad55ed9a82ecb2acecb29cecb299ed98a7eca88d |
| UHC | 청U횂첬천척혧쨍 | 110000111011101101010101110000111000001011000011101110101100001110110101110000111011010011000010100011111100001010111000 | c3bb55c382c3bac3b5c3b4c28fc2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)