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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轤殊サァ | 111001111000001010001110111010101011101110100111 | e7828eeabba7 |
EUC-JP | 轤殊サァ | 1110110111100010101111001110110010001110101110111000111010100111 | ede2bcec8ebb8ea7 |
UTF-8 | 轤殊サァ | 111010001011110110100100111001101010111010001010111011111011110110111011111011111011110110100111 | e8bda4e6ae8aefbdbbefbda7 |
UHC | ?殊?? | 0011111111100010101010000011111100111111 | 3fe2a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)