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 | 迸主楓 | 111001111001111010001110111001011001010110010110 | e79e8ee59596 |
EUC-JP | 迸主楓 | 111011011111111010111100111001111100100111110110 | edfebce7c9f6 |
UTF-8 | 迸主楓 | 111010001011111110111000111001001011100010111011111001101010010110010011 | e8bfb8e4b8bbe6a593 |
UHC | ?主楓 | 0011111111110001101010111111100110100011 | 3ff1abf9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)