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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瑤??要ε | 1110101010100010001111110011111110010111011101101000001111000011 | eaa23f3f977683c3 |
EUC-JP | 瑤??要ε | 1111010010100100001111110011111111001101110101111010011011000101 | f4a43f3fcdd7a6c5 |
UTF-8 | 瑤뗰슝要ε | 1110011110010001101001001110101110010111101100001110110010001010100111011110100010100110100000011100111010110101 | e791a4eb97b0ec8a9de8a681ceb5 |
UHC | 瑤뗰슝要ε | 11101000111111011000101111101111101111011011100111101001101010011010010111100101 | e8fd8befbdb9e9a9a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)