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 | 裂令秬 | 100101111111010010010111110111111110001001011111 | 97f497dfe25f |
EUC-JP | 裂令秬 | 110011101111011011001110111000011110001111000000 | cef6cee1e3c0 |
UTF-8 | 裂令秬 | 111010001010001110000010111001001011101110100100111001111010011110101100 | e8a382e4bba4e7a7ac |
UHC | 裂令? | 1101011010101110110101101011010100111111 | d6aed6b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)