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 | 狃瘢狃 | 111000001011101111100001100011011110000010111011 | e0bbe18de0bb |
EUC-JP | 狃瘢狃 | 111000001011110111100001111011011110000010111101 | e0bde1ede0bd |
UTF-8 | 狃瘢狃 | 111001111000101110000011111001111001100010100010111001111000101110000011 | e78b83e798a2e78b83 |
UHC | ?瘢? | 00111111110110101110111000111111 | 3fdaee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)