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 | 碩惜芯 | 100100001101011110010000110010011001000001100011 | 90d790c99063 |
EUC-JP | 碩惜芯 | 110000001101100111000000110010111011111111000100 | c0d9c0cbbfc4 |
UTF-8 | 碩惜芯 | 111001111010001010101001111001101000001110011100111010001000101010101111 | e7a2a9e6839ce88aaf |
UHC | 碩惜芯 | 111000001011010111100000101011011110010010100101 | e0b5e0ade4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)