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 | ?K? | 001111110100101100111111 | 3f4b3f |
SJIS-WIN | 渦K渦 | 1000100101010001010010111000100101010001 | 89514b8951 |
EUC-JP | 渦K渦 | 1011000110110010010010111011000110110010 | b1b24bb1b2 |
UTF-8 | 渦K渦 | 11100110101110001010011001001011111001101011100010100110 | e6b8a64be6b8a6 |
UHC | 渦K渦 | 1110100010111110010010111110100010111110 | e8be4be8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)