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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 琲犢涸 | 111000001110100011100000101101111001111110111111 | e0e8e0b79fbf |
EUC-JP | 琲犢涸 | 111000001110101011100000101110011101111011000001 | e0eae0b9dec1 |
UTF-8 | 琲犢涸 | 111001111001000010110010111001111000101010100010111001101011011010111000 | e790b2e78aa2e6b6b8 |
UHC | ?犢? | 00111111110101001011101100111111 | 3fd4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)