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 | 閹域尸 | 111010001000011010001000111001101001101110011001 | e88688e69b99 |
EUC-JP | 閹域尸 | 111011111110011010110000111010001101010111111001 | efe6b0e8d5f9 |
UTF-8 | 閹域尸 | 111010011001011010111001111001011001111110011111111001011011000010111000 | e996b9e59f9fe5b0b8 |
UHC | ?域尸 | 0011111111100110101101001110001110111001 | 3fe6b4e3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)