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 | 榮?/恭蜈 | 100111101100010000111111100000010101111010001011101100011110010110000101 | 9ec43f815e8bb1e585 |
EUC-JP | 榮?/恭蜈 | 110111001100011000111111101000011011111110110110101100111110100111100101 | dcc63fa1bfb6b3e9e5 |
UTF-8 | 榮녺/恭蜈 | 111001101010011010101110111010111000010110111010111011111011110010001111111001101000000110101101111010001001110010001000 | e6a6aeeb85baefbc8fe681ade89c88 |
UHC | 榮녺/恭蜈 | 11100111101101001000011011100111101000111010111111001101111100011110100010100101 | e7b486e7a3afcdf1e8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)