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 | ?譟釤 | 0011111111100110100111111111101110111111 | 3fe69ffbbf |
EUC-JP | 汛譟釤 | 1000111111000110110111111110110010100001100011111110001110101010 | 8fc6dfeca18fe3aa |
UTF-8 | 汛譟釤 | 111001101011000110011011111010001010110110011111111010011000011110100100 | e6b19be8ad9fe987a4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)