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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??汝B | 0011111100111111100100111111000001000010 | 3f3f93f042 |
EUC-JP | 鉥?汝B | 10001111111000111110100000111111110001101111001001000010 | 8fe3e83fc6f242 |
UTF-8 | 鉥뗼汝B | 11101001100010011010010111101011100101111011110011100110101100011001110101000010 | e989a5eb97bce6b19d42 |
UHC | 鉥뗼汝B | 11100010111111001000101111111011111001101010001101000010 | e2fc8bfbe6a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)