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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 船蜈G | 1001000101000100111001011000010101000111 | 9144e58547 |
EUC-JP | 船蜈G | 1100000110100101111010011110010101000111 | c1a5e9e547 |
UTF-8 | 船蜈G | 11101000100010001011100111101000100111001000100001000111 | e888b9e89c8847 |
UHC | 船蜈G | 1110000011001111111010001010010101000111 | e0cfe8a547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)