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 | 閹頑彊 | 111010001000011010001010111001101000101110101110 | e8868ae68bae |
EUC-JP | 閹頑彊 | 111011111110011010110100111010001011011010110000 | efe6b4e8b6b0 |
UTF-8 | 閹頑彊 | 111010011001011010111001111010011010000010010001111001011011110110001010 | e996b9e9a091e5bd8a |
UHC | ?頑彊 | 0011111111101000110101111100101110101110 | 3fe8d7cbae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)