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 | iä» | 10001100011010011110010010111011 | 8c69e4bb |
SJIS-WIN | ?i?? | 00111111011010010011111100111111 | 3f693f3f |
EUC-JP | ?iä? | 001111110110100110001111101010111010001100111111 | 3f698faba33f |
UTF-8 | iä» | 11000010100011000110100111000011101001001100001010111011 | c28c69c3a4c2bb |
UHC | ?i?? | 00111111011010010011111100111111 | 3f693f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)