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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 簧社灼社^ | 111000101100111010001110110100001000111011011100100011101101000001011110 | e2ce8ed08edc8ed05e |
EUC-JP | 簧社灼社^ | 111001001101000010111100110100101011110011011110101111001101001001011110 | e4d0bcd2bcdebcd25e |
UTF-8 | 簧社灼社^ | 11100111101100001010011111100111101001001011111011100111100000011011110011100111101001001011111001011110 | e7b0a7e7a4bee781bce7a4be5e |
UHC | 簧社灼社^ | 111111001101011111011110111001001110110111000111110111101110010001011110 | fcd7dee4edc7dee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)