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 | ????δ? | 00111111001111110011111100111111100000111100001000111111 | 3f3f3f3f83c23f |
EUC-JP | ???旿δ? | 001111110011111100111111100011111100000111110100101001101100010000111111 | 3f3f3f8fc1f4a6c43f |
UTF-8 | 遼⑼쉘旿δ툧 | 1110111110100111100000111110001010010001101111001110110010001001100110001110011010010111101111111100111010110100111011011000100010100111 | efa783e291bcec8998e697bfceb4ed88a7 |
UHC | 遼⑼쉘旿δ툧 | 111010011010110010101001111011111011110110101001111001111111101010100101111001001011100010011110 | e9aca9efbda9e7faa5e4b89e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)