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 | 塋?餓 | 1001101011001000001111111000100111101100 | 9ac83f89ec |
EUC-JP | 塋?餓 | 1101010011001010001111111011001011101110 | d4ca3fb2ee |
UTF-8 | 塋츴餓 | 111001011010000110001011111011001011100010110100111010011010010010010011 | e5a18becb8b4e9a493 |
UHC | 塋츴餓 | 111001111010101110101111010001101110010010111011 | e7abaf46e4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)