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 | ????|^ | 001111110011111100111111001111110111110001011110 | 3f3f3f3f7c5e |
SJIS-WIN | ????|^ | 001111110011111100111111001111110111110001011110 | 3f3f3f3f7c5e |
EUC-JP | ????|^ | 001111110011111100111111001111110111110001011110 | 3f3f3f3f7c5e |
UTF-8 | 혩짠혩혺|^ | 1110110110011000101010011110110010100111101000001110110110011000101010011110110110011000101110100111110001011110 | ed98a9eca7a0ed98a9ed98ba7c5e |
UHC | 혩짠혩혺|^ | 11000010100100011100001010100111110000101001000111000010100111110111110001011110 | c291c2a7c291c29f7c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)