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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 耀??^ | 1001011101110011001111110011111101011110 | 97733f3f5e |
EUC-JP | 耀??^ | 1100110111010100001111110011111101011110 | cdd43f3f5e |
UTF-8 | 耀띹뼓^ | 11101000100000001000000011101011100111011011100111101011101111001001001101011110 | e88080eb9db9ebbc935e |
UHC | 耀띹뼓^ | 11101001101001011000110111101000100101101001101101011110 | e9a58de8969b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)