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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 頷匁聴 | 111010001111010110010110111001101001001010101110 | e8f596e692ae |
EUC-JP | 頷匁聴 | 111100001111011111001100111010001100010010110000 | f0f7cce8c4b0 |
UTF-8 | 頷匁聴 | 111010011010000010110111111001011000110010000001111010001000000110110100 | e9a0b7e58c81e881b4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)