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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 駭?[駭?[^ | 111010010110111000111111010110111110100101101110001111110101101101011110 | e96e3f5be96e3f5b5e |
EUC-JP | 駭?[駭?[^ | 111100011100111100111111010110111111000111001111001111110101101101011110 | f1cf3f5bf1cf3f5b5e |
UTF-8 | 駭퀊[駭퀊[^ | 111010011010011110101101111011011000000010001010010110111110100110100111101011011110110110000000100010100101101101011110 | e9a7aded808a5be9a7aded808a5b5e |
UHC | 駭퀊[駭퀊[^ | 1111101010110100101100110111101001011011111110101011010010110011011110100101101101011110 | fab4b37a5bfab4b37a5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)