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 | 癲???堊 | 11100001100111110011111100111111001111111001101010111111 | e19f3f3f3f9abf |
EUC-JP | 癲???堊 | 11100010101000010011111100111111001111111101010011000001 | e2a13f3f3fd4c1 |
UTF-8 | 癲얘퀡흮堊 | 111001111001100110110010111011001001011010011000111011011000000010100001111011011001110110101110111001011010000010001010 | e799b2ec9698ed80a1ed9daee5a08a |
UHC | 癲얘퀡흮堊 | 11101111101001101011111011101010101100111001010111000101100010101110010010111110 | efa6beeab395c58ae4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)