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 | 睫萪 | 111000011100101011100100110100101111000011000001 | e1cae4d2f0c1 |
EUC-JP | 睫萪? | 1110001011001100111010001101010000111111 | e2cce8d43f |
UTF-8 | 睫萪 | 111001111001110110101011111010001001000010101010111011101000001010000000 | e79dabe890aaee8280 |
UHC | 睫?? | 11110100111000100011111100111111 | f4e23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)