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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 隘??\ | 1110100010100101001111110011111101011100 | e8a53f3f5c |
EUC-JP | 隘??\ | 1111000010100111001111110011111101011100 | f0a73f3f5c |
UTF-8 | 隘딓궊\ | 11101001100110101001100011101011100101001001001111101010101101101000101001011100 | e99a98eb9493eab68a5c |
UHC | 隘딓궊\ | 11100100111101101000101011111001100000101010000101011100 | e4f68af982a15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)