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 | ?{?????{ | 0011111101111011001111110011111100111111001111110011111101111011 | 3f7b3f3f3f3f3f7b |
SJIS-WIN | ?{?????{ | 0011111101111011001111110011111100111111001111110011111101111011 | 3f7b3f3f3f3f3f7b |
EUC-JP | ?{?????{ | 0011111101111011001111110011111100111111001111110011111101111011 | 3f7b3f3f3f3f3f7b |
UTF-8 | 챕{챔찼챔챠혺{ | 1110110010110001100101010111101111101100101100011001010011101100101100001011110011101100101100011001010011101100101100011010000011101101100110001011101001111011 | ecb1957becb194ecb0bcecb194ecb1a0ed98ba7b |
UHC | 챕{챔찼챔챠혺{ | 1100001110101001011110111100001110101000110000111010000111000011101010001100001110101101110000101001111101111011 | c3a97bc3a8c3a1c3a8c3adc29f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)