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 | 蓆酉削叱 | 1110010011101100100100111101000110001101111011011000111010110110 | e4ec93d18ded8eb6 |
EUC-JP | 蓆酉削叱 | 1110100011101110110001101101001110111010111011111011110010111000 | e8eec6d3baefbcb8 |
UTF-8 | 蓆酉削叱 | 111010001001001110000110111010011000010110001001111001011000100110001010111001011000111110110001 | e89386e98589e5898ae58fb1 |
UHC | 蓆酉削叱 | 1110000010110110111010111011011111011110111110111111001011101010 | e0b6ebb7defbf2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)