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 | âW | 100010111001101011100010010101111000101110011010 | 8b9ae2578b9a |
SJIS-WIN | ???W?? | 001111110011111100111111010101110011111100111111 | 3f3f3f573f3f |
EUC-JP | ??âW?? | 0011111100111111100011111010101110100100010101110011111100111111 | 3f3f8faba4573f3f |
UTF-8 | âW | 1100001010001011110000101001101011000011101000100101011111000010100010111100001010011010 | c28bc29ac3a257c28bc29a |
UHC | ???W?? | 001111110011111100111111010101110011111100111111 | 3f3f3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)