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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 淼夭桝B | 11111011010001011001101011101110100101101001000101000010 | fb459aee969142 |
EUC-JP | 淼夭桝B | 1000111111000111111001101101010011110000110010111111000101000010 | 8fc7e6d4f0cbf142 |
UTF-8 | 淼夭桝B | 11100110101101111011110011100101101001001010110111100110101000011001110101000010 | e6b7bce5a4ade6a19d42 |
UHC | ?夭?B | 0011111111101000111011000011111101000010 | 3fe8ec3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)