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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 冶⑤?揖? | 1001011011101000100001110100010000111111100101110100101100111111 | 96e887443f974b3f |
EUC-JP | 冶??揖? | 11001100111010100011111100111111110011011010110000111111 | ccea3f3fcdac3f |
UTF-8 | 冶⑤엨揖툫 | 111001011000011010110110111000101001000110100100111011001001011110101000111001101000111110010110111011011000100010101011 | e586b6e291a4ec97a8e68f96ed88ab |
UHC | 冶⑤엨揖툫 | 11100101101001111010100011101011100111101000000111101011111001111011100101000010 | e5a7a8eb9e81ebe7b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)