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 | 日羸}日羸{^ | 1001001111111010111000111011111001111101100100111111101011100011101111100111101101011110 | 93fae3be7d93fae3be7b5e |
EUC-JP | 日羸}日羸{^ | 1100011011111100111001101100000001111101110001101111110011100110110000000111101101011110 | c6fce6c07dc6fce6c07b5e |
UTF-8 | 日羸}日羸{^ | 111001101001011110100101111001111011111010111000011111011110011010010111101001011110011110111110101110000111101101011110 | e697a5e7beb87de697a5e7beb87b5e |
UHC | 日羸}日羸{^ | 1110110011101101110101111110100001111101111011001110110111010111111010000111101101011110 | ecedd7e87decedd7e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)