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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟇・彧尖 | 11100101101011111010010111111010101110011001000011101011 | e5afa5fab990eb |
EUC-JP | 蟇・彧尖 | 111010101011000110001110101001011000111110111100111111101100000011101101 | eab18ea58fbcfec0ed |
UTF-8 | 蟇・彧尖 | 111010001001111110000111111011111011110110100101111001011011110110100111111001011011000010010110 | e89f87efbda5e5bda7e5b096 |
UHC | ??彧尖 | 001111110011111111101001111011101111010011010011 | 3f3fe9eef4d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)