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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 罌??踰? | 11100011101000000011111100111111111001101111101000111111 | e3a03f3fe6fa3f |
EUC-JP | 罌??踰? | 11100110101000100011111100111111111011001111110000111111 | e6a23f3fecfc3f |
UTF-8 | 罌됤뫔踰켃 | 111001111011110110001100111010111001000010100100111010111010101110010100111010001011100010110000111011001011110010000011 | e7bd8ceb90a4ebab94e8b8b0ecbc83 |
UHC | 罌됤뫔踰켃 | 11100101101000101000100111100010100100011011011011101011101100101011000101000010 | e5a289e291b6ebb2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)