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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ?幾???ヂE | 001111111000101011110100001111110011111100111111100000110110000101000101 | 3f8af43f3f3f836145 |
EUC-JP | ?幾???ヂE | 001111111011010011110110001111110011111100111111101001011100001001000101 | 3fb4f63f3f3fa5c245 |
UTF-8 | 룵幾씸룴횕ヂE | 11101011101000111011010111100101101110011011111011101100100101001011100011101011101000111011010011101101100110101001010111100011100000111000001001000101 | eba3b5e5b9beec94b8eba3b4ed9a95e3838245 |
UHC | 룵幾씸룴횕ヂE | 10001111101010101101000011111010101111101100001010001111101010011100001110001111101010111100001001000101 | 8faad0fabec28fa9c38fabc245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)