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 | 爾捨セャ社 | 1000111010100010100011101100110010111110101011001000111011010000 | 8ea28eccbeac8ed0 |
EUC-JP | 爾捨セャ社 | 10111100101001001011110011001110100011101011111010001110101011001011110011010010 | bca4bcce8ebe8eacbcd2 |
UTF-8 | 爾捨セャ社 | 111001111000100010111110111001101000110110101000111011111011110110111110111011111011110110101100111001111010010010111110 | e788bee68da8efbdbeefbdace7a4be |
UHC | 爾捨??社 | 1110110010110011110111101101011100111111001111111101111011100100 | ecb3ded73f3fdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)