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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譖懍ч縺 | 1110011010011011100111001110110010000100100010011110001110000001 | e69b9cec8489e381 |
EUC-JP | 譖懍ч縺 | 1110101111111011110110001110111010100111111010011110010111100001 | ebfbd8eea7e9e5e1 |
UTF-8 | 譖懍ч縺 | 1110100010101101100101101110011010000111100011011101000110000111111001111011100010111010 | e8ad96e6878dd187e7b8ba |
UHC | ??ч? | 0011111100111111101011001110100100111111 | 3f3face93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)