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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 毫羈}毫羈{^ | 1001111101111100111000111011000101111101100111110111110011100011101100010111101101011110 | 9f7ce3b17d9f7ce3b17b5e |
EUC-JP | 毫羈}毫羈{^ | 1101110111011101111001101011001101111101110111011101110111100110101100110111101101011110 | dddde6b37ddddde6b37b5e |
UTF-8 | 毫羈}毫羈{^ | 111001101010111110101011111001111011111010001000011111011110011010101111101010111110011110111110100010000111101101011110 | e6afabe7be887de6afabe7be887b5e |
UHC | 毫羈}毫羈{^ | 1111101111000110110100011011110001111101111110111100011011010001101111000111101101011110 | fbc6d1bc7dfbc6d1bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)