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 | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
SJIS-WIN | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
EUC-JP | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
UTF-8 | 청P횚청짧째혦쩐 | 11101100101100101010110101010000111011011001101010011010111011001011001010101101111011001010011110100111111011001010011110111000111011011001100010100110111011001010100110010000 | ecb2ad50ed9a9aecb2adeca7a7eca7b8ed98a6eca990 |
UHC | 청P횚청짧째혦쩐 | 110000111011101101010000110000111001010011000011101110111100001010101010110000101011000011000010100011101100001010111110 | c3bb50c394c3bbc2aac2b0c28ec2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)