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 | 穩??要ε? | 111000100111001000111111001111111001011101110110100000111100001100111111 | e2723f3f977683c33f |
EUC-JP | 穩??要ε? | 111000111101001100111111001111111100110111010111101001101100010100111111 | e3d33f3fcdd7a6c53f |
UTF-8 | 穩먲슥要ε윜 | 1110011110101001101010011110101110101000101100101110110010001010101001011110100010100110100000011100111010110101111011001001110010011100 | e7a9a9eba8b2ec8aa5e8a681ceb5ec9c9c |
UHC | 穩먲슥要ε윜 | 111010001011000110010000111011111011110110111011111010011010100110100101111001011001111110011111 | e8b190efbdbbe9a9a5e59f9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)