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 | ù§×? | 11111001101001111101011100111111 | f9a7d73f |
SJIS-WIN | ?§×蹉 | 00111111100000011001100010000001011111101110011101000001 | 3f8198817ee741 |
EUC-JP | ù§×蹉 | 100011111010101111100011101000011111100010100001110111111110110110100010 | 8fabe3a1f8a1dfeda2 |
UTF-8 | ù§×蹉 | 110000111011100111000010101001111100001110010111111010001011100110001001 | c3b9c2a7c397e8b989 |
UHC | ?§×蹉 | 00111111101000011101011110100001101111111111001110110010 | 3fa1d7a1bff3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)