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 | 綜?g闇 | 10010001100011100011111110000010100001111000100011000101 | 918e3f828788c5 |
EUC-JP | 綜?g闇 | 11000001111011100011111110100011111001111011000011000111 | c1ee3fa3e7b0c7 |
UTF-8 | 綜뷴g闇 | 111001111011011010011100111010111011011110110100111011111011110110000111111010011001011110000111 | e7b69cebb7b4efbd87e99787 |
UHC | 綜뷴g闇 | 1111000011111100101110101110010110100011111001111110010011100001 | f0fcbae5a3e7e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)