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 | 榮??蔭 | 100111101100010000111111001111111000100011111100 | 9ec43f3f88fc |
EUC-JP | 榮??蔭 | 110111001100011000111111001111111011000011111110 | dcc63f3fb0fe |
UTF-8 | 榮녶탪蔭 | 111001101010011010101110111010111000010110110110111011011000001110101010111010001001010010101101 | e6a6aeeb85b6ed83aae894ad |
UHC | 榮녶탪蔭 | 1110011110110100100001101110010110110101100011001110101111100011 | e7b486e5b58cebe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)