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 | 倭???姚 | 10011000011000000011111100111111001111111001101101001100 | 98603f3f3f9b4c |
EUC-JP | 倭???姚 | 11001111110000010011111100111111001111111101010110101101 | cfc13f3f3fd5ad |
UTF-8 | 倭㎽띸퉵姚 | 111001011000000010101101111000111000111010111101111010111001110110111000111011011000100110110101111001011010011110011010 | e580ade38ebdeb9db8ed89b5e5a79a |
UHC | 倭㎽띸퉵姚 | 11101000110111101010011111010001100011011110011110111001100011011110100011101110 | e8dea7d18de7b98de8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)