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 | 錵視秀跌 | 1110100001000101100011101000101110001111010001111110011011101001 | e8458e8b8f47e6e9 |
EUC-JP | 錵視秀跌 | 1110111110100110101110111110101110111101101010001110110011101011 | efa6bbebbda8eceb |
UTF-8 | 錵視秀跌 | 111010011000110010110101111010001010011010010110111001111010011110000000111010001011011110001100 | e98cb5e8a696e7a780e8b78c |
UHC | ?視秀跌 | 00111111111000111100101011100010101100111111001011110110 | 3fe3cae2b3f2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)