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 | 飮???? | 100111110101101000111111001111110011111100111111 | 9f5a3f3f3f3f |
EUC-JP | 飮?璵?? | 1101110110111011001111111000111111001100111001100011111100111111 | ddbb3f8fcce63f3f |
UTF-8 | 飮톉璵붿댏 | 111010011010001110101110111011011000011010001001111001111001001010110101111010111011011010111111111010111000110010001111 | e9a3aeed8689e792b5ebb6bfeb8c8f |
UHC | 飮톉璵붿댏 | 11101011111001101011011101011001111001101010010110010100111011001000100010111000 | ebe6b759e6a594ec88b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)