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 | 豎晝ソ腺 | 11100110101100011001110111101010101111111001000101000010 | e6b19deabf9142 |
EUC-JP | 豎晝ソ腺 | 1110110010110011110110101110110010001110101111111100000110100011 | ecb3daec8ebfc1a3 |
UTF-8 | 豎晝ソ腺 | 111010001011000110001110111001101001100110011101111011111011110110111111111010001000010110111010 | e8b18ee6999defbdbfe885ba |
UHC | ?晝?腺 | 001111111111000110111000001111111110000011001101 | 3ff1b83fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)