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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??=^ | 0011111100111111100000011000000101011110 | 3f3f81815e |
EUC-JP | 獒?=^ | 10001111110010111011101100111111101000011110000101011110 | 8fcbbb3fa1e15e |
UTF-8 | 獒썼=^ | 11100111100011011001001011101100100011011011110011101111101111001001110101011110 | e78d92ec8dbcefbc9d5e |
UHC | 獒썼=^ | 11101000101000111011110111101000101000111011110101011110 | e8a3bde8a3bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)