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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邊、雎ェ縺 | 1110011110110010101001001110100010110001101010101110001110000001 | e7b2a4e8b1aae381 |
EUC-JP | 邊、雎ェ縺 | 11101110101101001000111010100100111100001011001110001110101010101110010111100001 | eeb48ea4f0b38eaae5e1 |
UTF-8 | 邊、雎ェ縺 | 111010011000001010001010111011111011110110100100111010011001101110001110111011111011110110101010111001111011100010111010 | e9828aefbda4e99b8eefbdaae7b8ba |
UHC | 邊?雎?? | 11011100101010110011111111101110110100010011111100111111 | dcab3feed13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)