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 | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-WIN | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
EUC-JP | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
UTF-8 | 청횉혦쨔청Z | 11101100101100101010110111101101100110101000100111101101100110001010011011101100101010001001010011101100101100101010110101011010 | ecb2aded9a89ed98a6eca894ecb2ad5a |
UHC | 청횉혦쨔청Z | 1100001110111011110000111000011111000010100011101100001010111001110000111011101101011010 | c3bbc387c28ec2b9c3bb5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)