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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葢ゎ | 11100100111000101000001011101100 | e4e282ec |
EUC-JP | 葢ゎ | 11101000111001001010010011101110 | e8e4a4ee |
UTF-8 | 葢ゎ | 111010001001000110100010111000111000001010001110 | e891a2e3828e |
UHC | ?ゎ | 001111111010101011101110 | 3faaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)