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 | 陬吝供 | 111010001010001110011001111001011000101110011111 | e8a399e58b9f |
EUC-JP | 陬吝供 | 111100001010010111010010111001111011011010100001 | f0a5d2e7b6a1 |
UTF-8 | 陬吝供 | 111010011001100110101100111001011001000010011101111001001011111010011011 | e999ace5909de4be9b |
UHC | ?吝供 | 0011111111010111111100001100110111101010 | 3fd7f0cdea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)