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 | 茸壤}茸壤{^ | 1001000111111001100110101101111101111101100100011111100110011010110111110111101101011110 | 91f99adf7d91f99adf7b5e |
EUC-JP | 茸壤}茸壤{^ | 1100001011111011110101001110000101111101110000101111101111010100111000010111101101011110 | c2fbd4e17dc2fbd4e17b5e |
UTF-8 | 茸壤}茸壤{^ | 111010001000110010111000111001011010001110100100011111011110100010001100101110001110010110100011101001000111101101011110 | e88cb8e5a3a47de88cb8e5a3a47b5e |
UHC | 茸壤}茸壤{^ | 1110100111000111111001011011110101111101111010011100011111100101101111010111101101011110 | e9c7e5bd7de9c7e5bd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)