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 | 霓憺ァ戊罧 | 111010001011110110011100111010011010011110010101111010001110001110101100 | e8bd9ce9a795e8e3ac |
EUC-JP | 霓憺ァ戊罧 | 11110000101111111101100011101011100011101010011111001010111010101110011010101110 | f0bfd8eb8ea7caeae6ae |
UTF-8 | 霓憺ァ戊罧 | 111010011001110010010011111001101000011010111010111011111011110110100111111001101000100010001010111001111011110110100111 | e99c93e686baefbda7e6888ae7bda7 |
UHC | 霓憺?戊? | 1110011111100111110100111011110000111111110110011110011000111111 | e7e7d3bc3fd9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)