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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐔丞構 | 111010000101110010001111111001011000110101011100 | e85c8fe58d5c |
EUC-JP | 鐔丞構 | 111011111011110110111110111001111011100110111101 | efbdbee7b9bd |
UTF-8 | 鐔丞構 | 111010011001000010010100111001001011100010011110111001101010011110001011 | e99094e4b89ee6a78b |
UHC | ?丞構 | 0011111111100011101010101100111110110000 | 3fe3aacfb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)