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 | Bg}Bg{^ | 100110100100001001100111011111011001101001000010011001110111101101011110 | 9a42677d9a42677b5e |
SJIS-WIN | ?Bg}?Bg{^ | 001111110100001001100111011111010011111101000010011001110111101101011110 | 3f42677d3f42677b5e |
EUC-JP | ?Bg}?Bg{^ | 001111110100001001100111011111010011111101000010011001110111101101011110 | 3f42677d3f42677b5e |
UTF-8 | Bg}Bg{^ | 1100001010011010010000100110011101111101110000101001101001000010011001110111101101011110 | c29a42677dc29a42677b5e |
UHC | ?Bg}?Bg{^ | 001111110100001001100111011111010011111101000010011001110111101101011110 | 3f42677d3f42677b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)