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 | 絶??雍 | 100100001110001000111111001111111110100010110100 | 90e23f3fe8b4 |
EUC-JP | 絶??雍 | 110000001110010000111111001111111111000010110110 | c0e43f3ff0b6 |
UTF-8 | 絶귡쓾雍 | 111001111011010110110110111010101011011110100001111011001001001110111110111010011001101110001101 | e7b5b6eab7a1ec93bee99b8d |
UHC | 絶귡쓾雍 | 1110111110111110100000101110100110011101100110011110100010111100 | efbe82e99d99e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)