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 | 錚???齬 | 11101000010000100011111100111111001111111110101010010111 | e8423f3f3fea97 |
EUC-JP | 錚???齬 | 11101111101000110011111100111111001111111111001111110111 | efa33f3f3ff3f7 |
UTF-8 | 錚ㆁ렲렏齬 | 111010011000110010011010111000111000011010000001111010111010000010110010111010111010000010001111111010011011110110101100 | e98c9ae38681eba0b2eba08fe9bdac |
UHC | 錚ㆁ렲렏齬 | 11101110101101101010010011110001100011101011111110001110101001011110010111100001 | eeb6a4f18ebf8ea5e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)