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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | ??邯a | 0011111100111111111001111011011001100001 | 3f3fe7b661 |
EUC-JP | ??邯a | 0011111100111111111011101011100001100001 | 3f3feeb861 |
UTF-8 | 룶끼邯a | 11101011101000111011011011101011100000011011110011101001100000101010111101100001 | eba3b6eb81bce982af61 |
UHC | 룶끼邯a | 10001111101010111011001110100010110010101111101101100001 | 8fabb3a2cafb61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)