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 | 傭?? | 10010111011000100011111100111111 | 97623f3f |
EUC-JP | 傭?đ | 110011011100001100111111100011111010100111000010 | cdc33f8fa9c2 |
UTF-8 | 傭됬đ | 1110010110000010101011011110101110010000101011001100010010010001 | e582adeb90acc491 |
UHC | 傭됬đ | 111010011011011010001001111001111010100110100010 | e9b689e7a9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)