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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莖h捌 | 111001001011000110000010100010001000111001001010 | e4b182888e4a |
EUC-JP | 莖h捌 | 111010001011001110100011111010001011101110101011 | e8b3a3e8bbab |
UTF-8 | 莖h捌 | 111010001000111010010110111011111011110110001000111001101000110110001100 | e88e96efbd88e68d8c |
UHC | 莖h捌 | 110011001110110010100011111010001111100010100100 | cceca3e8f8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)