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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | ??邯d | 0011111100111111111001111011011001100100 | 3f3fe7b664 |
EUC-JP | ??邯d | 0011111100111111111011101011100001100100 | 3f3feeb864 |
UTF-8 | 룶끼邯d | 11101011101000111011011011101011100000011011110011101001100000101010111101100100 | eba3b6eb81bce982af64 |
UHC | 룶끼邯d | 10001111101010111011001110100010110010101111101101100100 | 8fabb3a2cafb64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)