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 | 夕禪}夕禪{^ | 1001011101011011111000100101011101111101100101110101101111100010010101110111101101011110 | 975be2577d975be2577b5e |
EUC-JP | 夕禪}夕禪{^ | 1100110110111100111000111011100001111101110011011011110011100011101110000111101101011110 | cdbce3b87dcdbce3b87b5e |
UTF-8 | 夕禪}夕禪{^ | 111001011010010010010101111001111010011010101010011111011110010110100100100101011110011110100110101010100111101101011110 | e5a495e7a6aa7de5a495e7a6aa7b5e |
UHC | 夕禪}夕禪{^ | 1110000010101010111000001100100101111101111000001010101011100000110010010111101101011110 | e0aae0c97de0aae0c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)