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 | 邊浩錐 | 111001111011001010001101010111111001000010001101 | e7b28d5f908d |
EUC-JP | 邊浩錐 | 111011101011010010111001110000001011111111101101 | eeb4b9c0bfed |
UTF-8 | 邊浩錐 | 111010011000001010001010111001101011010110101001111010011000110010010000 | e9828ae6b5a9e98c90 |
UHC | 邊浩錐 | 110111001010101111111011110001111111010111011110 | dcabfbc7f5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)