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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 帥?фZ | 100100001000001100111111100001001000011001011010 | 90833f84865a |
EUC-JP | 帥?фZ | 101111111110001100111111101001111110011001011010 | bfe33fa7e65a |
UTF-8 | 帥럠фZ | 111001011011100010100101111010111001111110100000110100011000010001011010 | e5b8a5eb9fa0d1845a |
UHC | 帥럠фZ | 11100001111111011000111010000011101011001110011001011010 | e1fd8e83ace65a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)