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 | 扼??竊 | 100111010100111000111111001111111110001010000110 | 9d4e3f3fe286 |
EUC-JP | 扼??竊 | 110110011010111100111111001111111110001111100110 | d9af3f3fe3e6 |
UTF-8 | 扼뷜뵡竊 | 111001101000100110111100111010111011011110011100111010111011010110100001111001111010101110001010 | e689bcebb79cebb5a1e7ab8a |
UHC | 扼뷜뵡竊 | 1110010011111001101110101110001010010100101000011110111110111100 | e4f9bae294a1efbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)