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 | 硝ヲ耳鐘 | 10001111110010011010011010001110101010001000111111100000 | 8fc9a68ea88fe0 |
EUC-JP | 硝ヲ耳鐘 | 1011111011001011100011101010011010111100101010101011111011100010 | becb8ea6bcaabee2 |
UTF-8 | 硝ヲ耳鐘 | 111001111010000110011101111011111011110110100110111010001000000010110011111010011001000010011000 | e7a19defbda6e880b3e99098 |
UHC | 硝?耳鐘 | 11110101101001100011111111101100101111001111000110100100 | f5a63fecbcf1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)