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 | ??kF | 00111111001111110110101101000110 | 3f3f6b46 |
SJIS-WIN | 形束kF | 100011000110000010010001101010010110101101000110 | 8c6091a96b46 |
EUC-JP | 形束kF | 101101111100000111000010101010110110101101000110 | b7c1c2ab6b46 |
UTF-8 | 形束kF | 1110010110111101101000101110011010011101100111110110101101000110 | e5bda2e69d9f6b46 |
UHC | 形束kF | 111110111010000111100001110101100110101101000110 | fba1e1d66b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)