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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 耀??疑?^ | 1001011101110011001111110011111110001011010111100011111101011110 | 97733f3f8b5e3f5e |
EUC-JP | 耀??疑?^ | 1100110111010100001111110011111110110101101111110011111101011110 | cdd43f3fb5bf3f5e |
UTF-8 | 耀믩ㅉ疑긡^ | 11101000100000001000000011101011101011111010100111100011100001011000100111100111100101101001000111101010101110001010000101011110 | e88080ebafa9e38589e79691eab8a15e |
UHC | 耀믩ㅉ疑긡^ | 1110100110100101100100101110101110100100101110011110101111110111100000110110010101011110 | e9a592eba4b9ebf783655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)