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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 甃甓甞狎B | 111000010100101111100001010100011110000101010010111000001011111001000010 | e14be151e152e0be42 |
EUC-JP | 甃甓甞狎B | 111000011010110011100001101100101110000110110011111000001100000001000010 | e1ace1b2e1b3e0c042 |
UTF-8 | 甃甓甞狎B | 11100111100101001000001111100111100101001001001111100111100101001001111011100111100010111000111001000010 | e79483e79493e7949ee78b8e42 |
UHC | ???狎B | 001111110011111100111111111001001110010001000010 | 3f3f3fe4e442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)