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 | 柴雫莚 | 100011101100010010001110101101001110010010101101 | 8ec48eb4e4ad |
EUC-JP | 柴雫莚 | 101111001100011010111100101101101110100010101111 | bcc6bcb6e8af |
UTF-8 | 柴雫莚 | 111001101001111110110100111010011001101110101011111010001000111010011010 | e69fb4e99babe88e9a |
UHC | 柴?? | 11100011110000110011111100111111 | e3c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)