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 | ????δ | 001111110011111100111111001111111000001111000010 | 3f3f3f3f83c2 |
EUC-JP | ???旿δ | 0011111100111111001111111000111111000001111101001010011011000100 | 3f3f3f8fc1f4a6c4 |
UTF-8 | 遼⑼쉘旿δ | 1110111110100111100000111110001010010001101111001110110010001001100110001110011010010111101111111100111010110100 | efa783e291bcec8998e697bfceb4 |
UHC | 遼⑼쉘旿δ | 11101001101011001010100111101111101111011010100111100111111110101010010111100100 | e9aca9efbda9e7faa5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)