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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 飮??? | 1001111101011010001111110011111100111111 | 9f5a3f3f3f |
EUC-JP | 飮??? | 1101110110111011001111110011111100111111 | ddbb3f3f3f |
UTF-8 | 飮욎뎰歷 | 111010011010001110101110111011001001101010001110111010111000111010110000111011111010011010001100 | e9a3aeec9a8eeb8eb0efa68c |
UHC | 飮욎뎰歷 | 1110101111100110100111101110110010001001100000111110011010111000 | ebe69eec8983e6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)