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 | 儀?? | 10001011010101100011111100111111 | 8b563f3f |
EUC-JP | 儀?? | 10110101101101110011111100111111 | b5b73f3f |
UTF-8 | 儀쒐맮 | 111001011000010010000000111011001001001010010000111010111010011110101110 | e58480ec9290eba7ae |
UHC | 儀쒐맮 | 111010111111000010011100111001111001000010110101 | ebf09ce790b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)