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 | ÉãÐðì | 100011111100100111100011110100001111000011101100 | 8fc9e3d0f0ec |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Éã?ðì | 0011111110001111101010101011000110001111101010111010101000111111100011111010100111000011100011111010101111000000 | 3f8faab18fabaa3f8fa9c38fabc0 |
UTF-8 | ÉãÐðì | 110000101000111111000011100010011100001110100011110000111001000011000011101100001100001110101100 | c28fc389c3a3c390c3b0c3ac |
UHC | ???Ðð? | 0011111100111111001111111010100010100010101010011010001100111111 | 3f3f3fa8a2a9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)