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 | 褌ゥ奣 | 1110010111101100101010011111101010100011 | e5eca9faa3 |
EUC-JP | 褌ゥ奣 | 11101010111011101000111010101001100011111011100011111100 | eaee8ea98fb8fc |
UTF-8 | 褌ゥ奣 | 111010001010010010001100111011111011110110101001111001011010010110100011 | e8a48cefbda9e5a5a3 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)