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 | 邑?誌 | 1001011101010111001111111000111010001111 | 97573f8e8f |
EUC-JP | 邑?誌 | 1100110110111000001111111011101111101111 | cdb83fbbef |
UTF-8 | 邑렍誌 | 111010011000001010010001111010111010000010001101111010001010101010001100 | e98291eba08de8aa8c |
UHC | 邑렍誌 | 111010111110100110001110101000111111001010111100 | ebe98ea3f2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)