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 | セヤ瞋 | 10111110110101001110000111010001 | bed4e1d1 |
EUC-JP | セヤ瞋 | 100011101011111010001110110101001110001011010011 | 8ebe8ed4e2d3 |
UTF-8 | セヤ瞋 | 111011111011110110111110111011111011111010010100111001111001111010001011 | efbdbeefbe94e79e8b |
UHC | ??瞋 | 00111111001111111111001011011001 | 3f3ff2d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)