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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 憶??B | 1000100110101111001111110011111101000010 | 89af3f3f42 |
EUC-JP | 憶??B | 1011001010110001001111110011111101000010 | b2b13f3f42 |
UTF-8 | 憶딀뀏B | 11100110100001101011011011101011100101001000000011101011100000001000111101000010 | e686b6eb9480eb808f42 |
UHC | 憶딀뀏B | 11100101111000111000101011100110100001011000101001000010 | e5e38ae6858a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)