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 | µ}µ{^ | 1001111010110101100000111010110101111101100111101011010110000011101011010111101101011110 | 9eb583ad7d9eb583ad7b5e |
SJIS-WIN | ????}????{^ | 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 | 3f3f3f3f7d3f3f3f3f7b5e |
EUC-JP | ????}????{^ | 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 | 3f3f3f3f7d3f3f3f3f7b5e |
UTF-8 | µ}µ{^ | 11000010100111101100001010110101110000101000001111000010101011010111110111000010100111101100001010110101110000101000001111000010101011010111101101011110 | c29ec2b5c283c2ad7dc29ec2b5c283c2ad7b5e |
UHC | ???}???{^ | 00111111001111110011111110100001101010010111110100111111001111110011111110100001101010010111101101011110 | 3f3f3fa1a97d3f3f3fa1a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)