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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 瞻h瞻 | 1110000111011011011010001110000111011011 | e1db68e1db |
EUC-JP | 瞻h瞻 | 1110001011011101011010001110001011011101 | e2dd68e2dd |
UTF-8 | 瞻h瞻 | 11100111100111101011101101101000111001111001111010111011 | e79ebb68e79ebb |
UHC | 瞻h瞻 | 1111010011010111011010001111010011010111 | f4d768f4d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)