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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 磅潴~ | 1110000111111010111000000110101101111110 | e1fae06b7e |
EUC-JP | 磅潴~ | 1110001011111100110111111100110001111110 | e2fcdfcc7e |
UTF-8 | 磅潴~ | 11100111101000111000010111100110101111011011010001111110 | e7a385e6bdb47e |
UHC | 磅?~ | 11011011101101100011111101111110 | dbb63f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)