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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円??野?? | 1000100101111110001111110011111110010110111011000011111100111111 | 897e3f3f96ec3f3f |
EUC-JP | 円??野?? | 1011000111011111001111110011111111001100111011100011111100111111 | b1df3f3fccee3f3f |
UTF-8 | 円띨쑎野섓쉑 | 111001011000011010000110111010111001110110101000111011001001000110001110111010011000011110001110111011001000010010010011111011001000100110010001 | e58686eb9da8ec918ee9878eec8493ec8991 |
UHC | 円띨쑎野섓쉑 | 111001011111011110110110111011101001110010101101111001011010111110011000111011111011110110100111 | e5f7b6ee9cade5af98efbda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)