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 | 錵視秋蟠 | 1110100001000101100011101000101110001111010010001110010110110100 | e8458e8b8f48e5b4 |
EUC-JP | 錵視秋蟠 | 1110111110100110101110111110101110111101101010011110101010110110 | efa6bbebbda9eab6 |
UTF-8 | 錵視秋蟠 | 111010011000110010110101111010001010011010010110111001111010011110001011111010001001111110100000 | e98cb5e8a696e7a78be89fa0 |
UHC | ?視秋蟠 | 00111111111000111100101011110101110101011101101011110110 | 3fe3caf5d5daf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)