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 | 央?}央?{^ | 100010011001101100111111011111011000100110011011001111110111101101011110 | 899b3f7d899b3f7b5e |
EUC-JP | 央饍}央饍{^ | 10110001111110111000111111101000111011010111110110110001111110111000111111101000111011010111101101011110 | b1fb8fe8ed7db1fb8fe8ed7b5e |
UTF-8 | 央饍}央饍{^ | 111001011010010010101110111010011010010110001101011111011110010110100100101011101110100110100101100011010111101101011110 | e5a4aee9a58d7de5a4aee9a58d7b5e |
UHC | 央饍}央饍{^ | 1110010011100111111000001101011101111101111001001110011111100000110101110111101101011110 | e4e7e0d77de4e7e0d77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)