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 | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | 咤眄B鈔韈 | 100110100100001011100001101111100100001011100111111000101110100011100111 | 9a42e1be42e7e2e8e7 |
EUC-JP | 咤眄B鈔韈 | 110100111010001111100010110000000100001011101110111001001111000011101001 | d3a3e2c042eee4f0e9 |
UTF-8 | 咤眄B鈔韈 | 11100101100100101010010011100111100111001000010001000010111010011000100010010100111010011001111110001000 | e592a4e79c8442e98894e99f88 |
UHC | 咤眄B?? | 11110110111000111101100011111000010000100011111100111111 | f6e3d8f8423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)