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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???狩 | 0011111100111111001111111000111011101011 | 3f3f3f8eeb |
EUC-JP | 髥??狩 | 10001111111010011111000000111111001111111011110011101101 | 8fe9f03f3fbced |
UTF-8 | 髥덁룯狩 | 111010011010101110100101111010111000110110000001111010111010001110101111111001111000101110101001 | e9aba5eb8d81eba3afe78ba9 |
UHC | 髥덁룯狩 | 1110011110100011100010001110010010001111101001011110001010101101 | e7a388e48fa5e2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)