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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 姚??倭?B | 1001101101001100001111110011111110011000011000000011111101000010 | 9b4c3f3f98603f42 |
EUC-JP | 姚??倭?B | 1101010110101101001111110011111111001111110000010011111101000010 | d5ad3f3fcfc13f42 |
UTF-8 | 姚붷만倭켊B | 11100101101001111001101011101011101101101011011111101011101001111000110011100101100000001010110111101100101111001000101001000010 | e5a79aebb6b7eba78ce580adecbc8a42 |
UHC | 姚붷만倭켊B | 1110100011101110100101001110010110111000101110001110100011011110101100010100011101000010 | e8ee94e5b8b8e8deb14742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)