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 | 膓榊矯^ | 11100100010101011000110111100101100010111011100001011110 | e4558de58bb85e |
EUC-JP | 膓榊矯^ | 11100111101101101011101011100111101101101011101001011110 | e7b6bae7b6ba5e |
UTF-8 | 膓榊矯^ | 11101000100001101001001111100110101001101000101011100111100111111010111101011110 | e88693e6a68ae79faf5e |
UHC | ??矯^ | 0011111100111111110011101110110001011110 | 3f3fceec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)