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 | 莵萃獸 | 111001001011011111100100110000101110000011010111 | e4b7e4c2e0d7 |
EUC-JP | 莵萃獸 | 111010001011100111101000110001001110000011011001 | e8b9e8c4e0d9 |
UTF-8 | 莵萃獸 | 111010001000111010110101111010001001000010000011111001111000110110111000 | e88eb5e89083e78db8 |
UHC | ?萃獸 | 0011111111110101111111101110001010101110 | 3ff5fee2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)