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 | 蔚??盲 | 100010010101010100111111001111111001011011010011 | 89553f3f96d3 |
EUC-JP | 蔚??盲 | 101100011011011000111111001111111100110011010101 | b1b63f3fccd5 |
UTF-8 | 蔚펴렲盲 | 111010001001010010011010111011011000111010110100111010111010000010110010111001111001101110110010 | e8949aed8eb4eba0b2e79bb2 |
UHC | 蔚펴렲盲 | 1110101010100101110001101110110010001110101111111101100011101110 | eaa5c6ec8ebfd8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)