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 | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
SJIS-WIN | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
EUC-JP | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
UTF-8 | 렼렱kB | 1110101110100000101111001110101110100000101100010110101101000010 | eba0bceba0b16b42 |
UHC | 렼렱kB | 100011101100010010001110101111100110101101000010 | 8ec48ebe6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)