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 | ツ港}ツ港{^ | 110000101000110101100000011111011100001010001101011000000111101101011110 | c28d607dc28d607b5e |
EUC-JP | ツ港}ツ港{^ | 1000111011000010101110011100000101111101100011101100001010111001110000010111101101011110 | 8ec2b9c17d8ec2b9c17b5e |
UTF-8 | ツ港}ツ港{^ | 111011111011111010000010111001101011100010101111011111011110111110111110100000101110011010111000101011110111101101011110 | efbe82e6b8af7defbe82e6b8af7b5e |
UHC | ?港}?港{^ | 001111111111100111111011011111010011111111111001111110110111101101011110 | 3ff9fb7d3ff9fb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)