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 | 凋莎?齬 | 10010010100111001110010010110011001111111110101010010111 | 929ce4b33fea97 |
EUC-JP | 凋莎?齬 | 11000011111111001110100010110101001111111111001111110111 | c3fce8b53ff3f7 |
UTF-8 | 凋莎깖齬 | 111001011000011110001011111010001000111010001110111010101011100110010110111010011011110110101100 | e5878be88e8eeab996e9bdac |
UHC | 凋莎깖齬 | 1111000010111101110111101110110110110001111100111110010111100001 | f0bddeedb1f3e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)