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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??饗 | 00111111001111111000101111000000 | 3f3f8bc0 |
EUC-JP | ??饗 | 00111111001111111011011011000010 | 3f3fb6c2 |
UTF-8 | 럜믟饗 | 111010111001111110011100111010111010111110011111111010011010010110010111 | eb9f9cebaf9fe9a597 |
UHC | 럜믟饗 | 100011100111100110010010111000011111101011000100 | 8e7992e1fac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)