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 | 筝壕恭絨 | 1110001010110110100011011000100010001011101100011110001101001111 | e2b68d888bb1e34f |
EUC-JP | 筝壕恭絨 | 1110010010111000101110011110100010110110101100111110010110110000 | e4b8b9e8b6b3e5b0 |
UTF-8 | 筝壕恭絨 | 111001111010110110011101111001011010001110010101111001101000000110101101111001111011010110101000 | e7ad9de5a395e681ade7b5a8 |
UHC | ?壕恭絨 | 00111111111110111011110111001101111100011110101111010110 | 3ffbbdcdf1ebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)