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 | 譖懍ч緕 | 1110011010011011100111001110110010000100100010011110001110001110 | e69b9cec8489e38e |
EUC-JP | 譖懍ч緕 | 1110101111111011110110001110111010100111111010011110010111101110 | ebfbd8eea7e9e5ee |
UTF-8 | 譖懍ч緕 | 1110100010101101100101101110011010000111100011011101000110000111111001111011011110010101 | e8ad96e6878dd187e7b795 |
UHC | ??ч? | 0011111100111111101011001110100100111111 | 3f3face93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)