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 | 1000100010100010001111110011111101011010 | 88a23f3f5a |
EUC-JP | 阿??Z | 1011000010100100001111110011111101011010 | b0a43f3f5a |
UTF-8 | 阿숇젙Z | 11101001100110001011111111101100100010001000011111101100101000001001100101011010 | e998bfec8887eca0995a |
UHC | 阿숇젙Z | 11100100101110011001100111101011101000001001010101011010 | e4b999eba0955a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)