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 | 棹輸俾 | 100111101010100010010111010000011001100011101010 | 9ea8974198ea |
EUC-JP | 棹輸俾 | 110111001010101011001101101000101101000011101100 | dcaacda2d0ec |
UTF-8 | 棹輸俾 | 111001101010001110111001111010001011110010111000111001001011111110111110 | e6a3b9e8bcb8e4bfbe |
UHC | 棹輸? | 1101010010100001111000101100001100111111 | d4a1e2c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)