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 | 繒槃? | 1111101110001111100111101100111100111111 | fb8f9ecf3f |
EUC-JP | 繒槃? | 100011111101010011010100110111001101000100111111 | 8fd4d4dcd13f |
UTF-8 | 繒槃뇨 | 111001111011100110010010111001101010011110000011111010111000011110101000 | e7b992e6a783eb87a8 |
UHC | 繒槃뇨 | 111100011111100111011010111010011011010010100010 | f1f9dae9b4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)