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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 筝壕恭 | 111000101011011010001101100010001000101110110001 | e2b68d888bb1 |
EUC-JP | 筝壕恭 | 111001001011100010111001111010001011011010110011 | e4b8b9e8b6b3 |
UTF-8 | 筝壕恭 | 111001111010110110011101111001011010001110010101111001101000000110101101 | e7ad9de5a395e681ad |
UHC | ?壕恭 | 0011111111111011101111011100110111110001 | 3ffbbdcdf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)