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 | Üç}å^ | 10010101110111001110011101111101111001011000001001011110 | 95dce77de5825e |
| SJIS-WIN | ???}??^ | 00111111001111110011111101111101001111110011111101011110 | 3f3f3f7d3f3f5e |
| EUC-JP | ?Üç}å?^ | 00111111100011111010101011100100100011111010101110101110011111011000111110101011101010010011111101011110 | 3f8faae48fabae7d8faba93f5e |
| UTF-8 | Üç}å^ | 110000101001010111000011100111001100001110100111011111011100001110100101110000101000001001011110 | c295c39cc3a77dc3a5c2825e |
| UHC | ???}??^ | 00111111001111110011111101111101001111110011111101011110 | 3f3f3f7d3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)