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 | 1110010010001000001111110011111101011010 | e4883f3f5a |
EUC-JP | 艾??Z | 1110011111101000001111110011111101011010 | e7e83f3f5a |
UTF-8 | 艾뙊뢈Z | 11101000100010011011111011101011100110011000101011101011101000101000100001011010 | e889beeb998aeba2885a |
UHC | 艾뙊뢈Z | 11100100111101011000110010001111100011110100010001011010 | e4f58c8f8f445a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)