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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 罌??罌??^ | 111000111010000000111111001111111110001110100000001111110011111101011110 | e3a03f3fe3a03f3f5e |
EUC-JP | 罌??罌??^ | 111001101010001000111111001111111110011010100010001111110011111101011110 | e6a23f3fe6a23f3f5e |
UTF-8 | 罌욟슕罌욟솶^ | 11100111101111011000110011101100100110101001111111101100100010101001010111100111101111011000110011101100100110101001111111101100100001101011011001011110 | e7bd8cec9a9fec8a95e7bd8cec9a9fec86b65e |
UHC | 罌욟슕罌욟솶^ | 11100101101000101001111011111001100110101010010011100101101000101001111011111001100110011010101101011110 | e5a29ef99aa4e5a29ef999ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)