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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
UTF-8 | 챈쨩짭쩐H | 11101100101100011000100011101100101010001010100111101100101001111010110111101100101010011001000001001000 | ecb188eca8a9eca7adeca99048 |
UHC | 챈쨩짭쩐H | 110000111010011011000010101110111100001010101100110000101011111001001000 | c3a6c2bbc2acc2be48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)