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 | 借?蔔 | 1000111011011000001111111110010011110111 | 8ed83fe4f7 |
EUC-JP | 借峴蔔 | 10111100110110101000111110111011110000011110100011111001 | bcda8fbbc1e8f9 |
UTF-8 | 借峴蔔 | 111001011000000010011111111001011011001110110100111010001001010010010100 | e5809fe5b3b4e89494 |
UHC | 借峴蔔 | 111100111010100011111010110101101101110011011011 | f3a8fad6dcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)