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 | ????ε? | 00111111001111110011111100111111100000111100001100111111 | 3f3f3f3f83c33f |
EUC-JP | ???旿ε? | 001111110011111100111111100011111100000111110100101001101100010100111111 | 3f3f3f8fc1f4a6c53f |
UTF-8 | 療뤄숱旿ε돭 | 1110111110100111100000011110101110100100100001001110110010001000101100011110011010010111101111111100111010110101111010111000111110101101 | efa781eba484ec88b1e697bfceb5eb8fad |
UHC | 療뤄숱旿ε돭 | 111010001111111010110111111011111011110110100010111001111111101010100101111001011000100110110000 | e8feb7efbda2e7faa5e589b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)