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 | 鞣酌冗 | 111010001110001010001110110111101000111111100111 | e8e28ede8fe7 |
EUC-JP | 鞣酌冗 | 111100001110010010111100111000001011111011101001 | f0e4bce0bee9 |
UTF-8 | 鞣酌冗 | 111010011001111010100011111010011000010110001100111001011000011010010111 | e99ea3e9858ce58697 |
UHC | ?酌冗 | 0011111111101101110011001110100110110111 | 3fedcce9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)