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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑤??要ε? | 111010101010001000111111001111111001011101110110100000111100001100111111 | eaa23f3f977683c33f |
EUC-JP | 瑤??要ε? | 111101001010010000111111001111111100110111010111101001101100010100111111 | f4a43f3fcdd7a6c53f |
UTF-8 | 瑤뗰슝要ε츍 | 1110011110010001101001001110101110010111101100001110110010001010100111011110100010100110100000011100111010110101111011001011100010001101 | e791a4eb97b0ec8a9de8a681ceb5ecb88d |
UHC | 瑤뗰슝要ε츍 | 111010001111110110001011111011111011110110111001111010011010100110100101111001011010111010001000 | e8fd8befbdb9e9a9a5e5ae88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)