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 | 要δ?亦? | 1001011101110110100000111100001000111111100101101001001000111111 | 977683c23f96923f |
EUC-JP | 要δ?亦? | 1100110111010111101001101100010000111111110010111111001000111111 | cdd7a6c43fcbf23f |
UTF-8 | 要δ벤亦췎 | 1110100010100110100000011100111010110100111010111011001010100100111001001011101010100110111011001011011110001110 | e8a681ceb4ebb2a4e4baa6ecb78e |
UHC | 要δ벤亦췎 | 11101001101010011010010111100100101110101010010111100110101100101010111001001000 | e9a9a5e4baa5e6b2ae48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)