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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 莨域梢@B | 1110010010111100100010001110011010001111101111010100000001000010 | e4bc88e68fbd4042 |
EUC-JP | 莨域梢@B | 1110100010111110101100001110100010111110101111110100000001000010 | e8beb0e8bebf4042 |
UTF-8 | 莨域梢@B | 1110100010001110101010001110010110011111100111111110011010100010101000100100000001000010 | e88ea8e59f9fe6a2a24042 |
UHC | ?域梢@B | 00111111111001101011010011110100111111100100000001000010 | 3fe6b4f4fe4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)