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 | 軏基勘 | 111110111011001010001010111011101000101010101000 | fbb28aee8aa8 |
EUC-JP | 軏基勘 | 10001111111000001101100110110100111100001011010010101010 | 8fe0d9b4f0b4aa |
UTF-8 | 軏基勘 | 111010001011101110001111111001011001111110111010111001011000101110011000 | e8bb8fe59fbae58b98 |
UHC | ?基勘 | 0011111111010000111100011100101011101011 | 3fd0f1caeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)