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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ??委BF | 001111110011111110001000110011110100001001000110 | 3f3f88cf4246 |
EUC-JP | ??委BF | 001111110011111110110000110100010100001001000110 | 3f3fb0d14246 |
UTF-8 | 룵에委BF | 1110101110100011101101011110110010010111100100001110010110100111100101000100001001000110 | eba3b5ec9790e5a7944246 |
UHC | 룵에委BF | 1000111110101010101111111010000111101010110011010100001001000110 | 8faabfa1eacd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)