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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 僞案闇B | 10011001010001011000100011000100100010001100010101000010 | 994588c488c542 |
EUC-JP | 僞案闇B | 11010001101001101011000011000110101100001100011101000010 | d1a6b0c6b0c742 |
UTF-8 | 僞案闇B | 11100101100000111001111011100110101000011000100011101001100101111000011101000010 | e5839ee6a188e9978742 |
UHC | 僞案闇B | 11101010110010101110010011010000111001001110000101000010 | eacae4d0e4e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)