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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??涓 | 00111111001111111001111110110000 | 3f3f9fb0 |
EUC-JP | ??涓 | 00111111001111111101111010110010 | 3f3fdeb2 |
UTF-8 | 룵句涓 | 111010111010001110110101111011111010010010000110111001101011011010010011 | eba3b5efa486e6b693 |
UHC | 룵句涓 | 100011111010101011001111111110111110011011001111 | 8faacffbe6cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)