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 | 硝ヲ耳鐘ル | 1000111111001001101001101000111010101000100011111110000011011001 | 8fc9a68ea88fe0d9 |
EUC-JP | 硝ヲ耳鐘ル | 10111110110010111000111010100110101111001010101010111110111000101000111011011001 | becb8ea6bcaabee28ed9 |
UTF-8 | 硝ヲ耳鐘ル | 111001111010000110011101111011111011110110100110111010001000000010110011111010011001000010011000111011111011111010011001 | e7a19defbda6e880b3e99098efbe99 |
UHC | 硝?耳鐘? | 1111010110100110001111111110110010111100111100011010010000111111 | f5a63fecbcf1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)