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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陬シ貊大梛 | 111010001010001110111100111001101011101110010001111001011001111010001011 | e8a3bce6bb91e59e8b |
EUC-JP | 陬シ貊大梛 | 11110000101001011000111010111100111011001011110111000010111001111101101111101011 | f0a58ebcecbdc2e7dbeb |
UTF-8 | 陬シ貊大梛 | 111010011001100110101100111011111011110110111100111010001011001010001010111001011010010010100111111001101010001010011011 | e999acefbdbce8b28ae5a4a7e6a29b |
UHC | ??貊大? | 00111111001111111101100011100111110100111101111000111111 | 3f3fd8e7d3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)