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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絎窮該絨 | 1110001101001101100010111000011110001010010110011110001101001111 | e34d8b878a59e34f |
EUC-JP | 絎窮該絨 | 1110010110101110101101011110011110110011101110101110010110110000 | e5aeb5e7b3bae5b0 |
UTF-8 | 絎窮該絨 | 111001111011010110001110111001111010101010101110111010001010100110110010111001111011010110101000 | e7b58ee7aaaee8a9b2e7b5a8 |
UHC | ?窮該絨 | 00111111110011111110001111111010101100011110101111010110 | 3fcfe3fab1ebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)