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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蟇手界^ | 11100101101011111000111011101000100010100100010101011110 | e5af8ee88a455e |
EUC-JP | 蟇手界^ | 11101010101100011011110011101010101100111010011001011110 | eab1bceab3a65e |
UTF-8 | 蟇手界^ | 11101000100111111000011111100110100010011000101111100111100101011000110001011110 | e89f87e6898be7958c5e |
UHC | ?手界^ | 001111111110001010100010110011011010001101011110 | 3fe2a2cda35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)