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횂청짧쩍혦짰 | 11101100101100101010110101010101111011011001101010000010111011001011001010101101111011001010011110100111111011001010100110001101111011011001100010100110111011001010011110110000 | ecb2ad55ed9a82ecb2adeca7a7eca98ded98a6eca7b0 |
| UHC | 청U횂청짧쩍혦짰 | 110000111011101101010101110000111000001011000011101110111100001010101010110000101011110111000010100011101100001010101110 | c3bb55c382c3bbc2aac2bdc28ec2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)