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 | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
SJIS-WIN | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
EUC-JP | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
UTF-8 | 챨챕쩌쨩y | 11101100101100011010100011101100101100011001010111101100101010011000110011101100101010001010100101111001 | ecb1a8ecb195eca98ceca8a979 |
UHC | 챨챕쩌쨩y | 110000111011000011000011101010011100001010111100110000101011101101111001 | c3b0c3a9c2bcc2bb79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)