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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 漬?云陌?? | 100100101101000000111111100010010101110111101000100110010011111100111111 | 92d03f895de8993f3f |
EUC-JP | 漬?云陌?? | 110001001101001000111111101100011011111011101111111110010011111100111111 | c4d23fb1beeff93f3f |
UTF-8 | 漬렓云陌렎렕 | 111001101011110010101100111010111010000010010011111001001011101010010001111010011001100110001100111010111010000010001110111010111010000010010101 | e6bcaceba093e4ba91e9998ceba08eeba095 |
UHC | 漬렓云陌렎렕 | 111100101011000010001110101010001110100111110110110110001110100010001110101001001000111010101010 | f2b08ea8e9f6d8e88ea48eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)