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 | 11101011101000111011011011101010101101001000110111101001100000101010111101010101 | eba3b6eab48de982af55 |
UHC | 룶괍邯U | 10001111101010111011000110100010110010101111101101010101 | 8fabb1a2cafb55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)