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 | ãû»âú | 1110001111111011100011001000011010001101101110111110001011111010 | e3fb8c868dbbe2fa |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ãû????âú | 10001111101010111010101010001111101010111110010100111111001111110011111100111111100011111010101110100100100011111010101111100010 | 8fabaa8fabe53f3f3f3f8faba48fabe2 |
UTF-8 | ãû»âú | 11000011101000111100001110111011110000101000110011000010100001101100001010001101110000101011101111000011101000101100001110111010 | c3a3c3bbc28cc286c28dc2bbc3a2c3ba |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)