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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 耀??耀??^ | 100101110111001100111111001111111001011101110011001111110011111101011110 | 97733f3f97733f3f5e |
EUC-JP | 耀??耀??^ | 110011011101010000111111001111111100110111010100001111110011111101011110 | cdd43f3fcdd43f3f5e |
UTF-8 | 耀띹뼓耀띹뼓^ | 11101000100000001000000011101011100111011011100111101011101111001001001111101000100000001000000011101011100111011011100111101011101111001001001101011110 | e88080eb9db9ebbc93e88080eb9db9ebbc935e |
UHC | 耀띹뼓耀띹뼓^ | 11101001101001011000110111101000100101101001101111101001101001011000110111101000100101101001101101011110 | e9a58de8969be9a58de8969b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)