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 | 耀??臾 | 100101110111001100111111001111111110010001101011 | 97733f3fe46b |
EUC-JP | 耀??臾 | 110011011101010000111111001111111110011111001100 | cdd43f3fe7cc |
UTF-8 | 耀띹삀臾 | 111010001000000010000000111010111001110110111001111011001000001010000000111010001000011110111110 | e88080eb9db9ec8280e887be |
UHC | 耀띹삀臾 | 1110100110100101100011011110100010011000100001111110101110101100 | e9a58de89887ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)