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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 髓??髓浣^ | 111010011001001000111111001111111110100110010010100111111010111101011110 | e9923f3fe9929faf5e |
EUC-JP | 髓??髓浣^ | 111100011111001000111111001111111111000111110010110111101011000101011110 | f1f23f3ff1f2deb15e |
UTF-8 | 髓롔렋髓浣^ | 11101001101010111001001111101011101000011001010011101011101000001000101111101001101010111001001111100110101101011010001101011110 | e9ab93eba194eba08be9ab93e6b5a35e |
UHC | 髓롔렋髓浣^ | 1110001011010000100011101101100010001110101000101110001011010000111010001100101101011110 | e2d08ed88ea2e2d0e8cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)