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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 域??喩? | 10001000111001100011111100111111100110100110011100111111 | 88e63f3f9a673f |
EUC-JP | 域??喩? | 10110000111010000011111100111111110100111100100000111111 | b0e83f3fd3c83f |
UTF-8 | 域띕㉡喩썼 | 111001011001111110011111111010111001110110010101111000111000100110100001111001011001011010101001111011001000110110111100 | e59f9feb9d95e389a1e596a9ec8dbc |
UHC | 域띕㉡喩썼 | 11100110101101001011011011101011101010001011001011101010111001111011110111101000 | e6b4b6eba8b2eae7bde8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)