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 | 筝劫圭絨 | 1110001010110110100011011000010110001100010111001110001101001111 | e2b68d858c5ce34f |
EUC-JP | 筝劫圭絨 | 1110010010111000101110011110010110110111101111011110010110110000 | e4b8b9e5b7bde5b0 |
UTF-8 | 筝劫圭絨 | 111001111010110110011101111001011000101010101011111001011001110010101101111001111011010110101000 | e7ad9de58aabe59cade7b5a8 |
UHC | ?劫圭絨 | 00111111110011001010010011010000101001001110101111010110 | 3fcca4d0a4ebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)