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 | ???窈 | 0011111100111111001111111110001001110111 | 3f3f3fe277 |
EUC-JP | 逈??窈 | 10001111111000011100110100111111001111111110001111011000 | 8fe1cd3f3fe3d8 |
UTF-8 | 逈숋풛窈 | 111010011000000010001000111011001000100010001011111011011001001010011011111001111010101010001000 | e98088ec888bed929be7aa88 |
UHC | 逈숋풛窈 | 1111101110101101100110011110111110111110100111101110100110100001 | fbad99efbe9ee9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)