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 | ?e?節ε | 0011111110000010100001010011111110010000110111111000001111000011 | 3f82853f90df83c3 |
EUC-JP | ?e?節ε | 0011111110100011111001010011111111000000111000011010011011000101 | 3fa3e53fc0e1a6c5 |
UTF-8 | 遼e읆節ε | 1110111110100111100000111110111110111101100001011110110010011101100001101110011110101111100000001100111010110101 | efa783efbd85ec9d86e7af80ceb5 |
UHC | 遼e읆節ε | 11101001101011001010001111100101100111111011110011101111101111011010010111100101 | e9aca3e59fbcefbda5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)