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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | ??邯U | 0011111100111111111001111011011001010101 | 3f3fe7b655 |
EUC-JP | ??邯U | 0011111100111111111011101011100001010101 | 3f3feeb855 |
UTF-8 | 룶끼邯U | 11101011101000111011011011101011100000011011110011101001100000101010111101010101 | eba3b6eb81bce982af55 |
UHC | 룶끼邯U | 10001111101010111011001110100010110010101111101101010101 | 8fabb3a2cafb55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)