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 | 蝪豪ぎ | 111001011010000110001101100010111000001010101100 | e5a18d8b82ac |
EUC-JP | 蝪豪ぎ | 111010101010001110111001111010111010010010101110 | eaa3b9eba4ae |
UTF-8 | 蝪豪ぎ | 111010001001110110101010111010001011000110101010111000111000000110001110 | e89daae8b1aae3818e |
UHC | ?豪ぎ | 0011111111111011110111111010101010101110 | 3ffbdfaaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)