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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 潁f?譽 | 10011111111100011000001010000110001111111110011010100011 | 9ff182863fe6a3 |
EUC-JP | 潁f?譽 | 11011110111100111010001111100110001111111110110010100101 | def3a3e63feca5 |
UTF-8 | 潁f쓶譽 | 111001101011110110000001111011111011110110000110111011001001001110110110111010001010110110111101 | e6bd81efbd86ec93b6e8adbd |
UHC | 潁f쓶譽 | 1110011110111000101000111110011010011101100100111110011111100010 | e7b8a3e69d93e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)