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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逹。螂ァ | 111001111001110110100001111001011010010110100111 | e79da1e5a5a7 |
EUC-JP | 逹。螂ァ | 1110110111111101100011101010000111101010101001111000111010100111 | edfd8ea1eaa78ea7 |
UTF-8 | 逹。螂ァ | 111010011000000010111001111011111011110110100001111010001001111010000010111011111011110110100111 | e980b9efbda1e89e82efbda7 |
UHC | ??螂? | 0011111100111111110101011100110000111111 | 3f3fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)