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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 筌??純?BF | 111000101010001100111111001111111000111110000011001111110100001001000110 | e2a33f3f8f833f4246 |
EUC-JP | 筌™?純?BF | 1110010010100101100011111010001011101111001111111011110111100011001111110100001001000110 | e4a58fa2ef3fbde33f4246 |
UTF-8 | 筌™뫁純늨BF | 1110011110101101100011001110001010000100101000101110101110101011100000011110011110110100100101001110101110001010101010000100001001000110 | e7ad8ce284a2ebab81e7b494eb8aa84246 |
UHC | 筌™뫁純늨BF | 111011111010011110100010111000101001000110100101111000101110110110001000011011110100001001000110 | efa7a2e291a5e2ed886f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)