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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 軫?櫛??B | 1110011101100110001111111000101111111001001111110011111101000010 | e7663f8bf93f3f42 |
EUC-JP | 軫?櫛??B | 1110110111000111001111111011011011111011001111110011111101000010 | edc73fb6fb3f3f42 |
UTF-8 | 軫롚櫛렎세B | 11101000101110111010101111101011101000011001101011100110101010111001101111101011101000001000111011101100100001001011100001000010 | e8bbabeba19ae6ab9beba08eec84b842 |
UHC | 軫롚櫛렎세B | 1111001011100010100011101101111011110001111011101000111010100100101111001011110001000010 | f2e28edef1ee8ea4bcbc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)