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 | 100101101110110010000100100010010011111101000010 | 96ec84893f42 |
EUC-JP | 野ч?B | 110011001110111010100111111010010011111101000010 | cceea7e93f42 |
UTF-8 | 野ч눈B | 111010011000011110001110110100011000011111101011100010001000100001000010 | e9878ed187eb888842 |
UHC | 野ч눈B | 11100101101011111010110011101001101101001010101101000010 | e5aface9b4ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)