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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 腓冗勧^ | 11100100010000111000111111100111100010101010100101011110 | e4438fe78aa95e |
EUC-JP | 腓冗勧^ | 11100111101001001011111011101001101101001010101101011110 | e7a4bee9b4ab5e |
UTF-8 | 腓冗勧^ | 11101000100001011001001111100101100001101001011111100101100010111010011101011110 | e88593e58697e58ba75e |
UHC | ?冗?^ | 0011111111101001101101110011111101011110 | 3fe9b73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)