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 | WAU | 100100100101011110010010010000011001001001010101 | 925792419255 |
SJIS-WIN | ?W?A?U | 001111110101011100111111010000010011111101010101 | 3f573f413f55 |
EUC-JP | ?W?A?U | 001111110101011100111111010000010011111101010101 | 3f573f413f55 |
UTF-8 | WAU | 110000101001001001010111110000101001001001000001110000101001001001010101 | c29257c29241c29255 |
UHC | ?W?A?U | 001111110101011100111111010000010011111101010101 | 3f573f413f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)