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 | 漿?箏Ⅰ | 10011111111101110011111111100010101101011000011101010100 | 9ff73fe2b58754 |
EUC-JP | 漿?箏? | 110111101111100100111111111001001011011100111111 | def93fe4b73f |
UTF-8 | 漿렔箏Ⅰ | 111001101011110010111111111010111010000010010100111001111010111010001111111000101000010110100000 | e6bcbfeba094e7ae8fe285a0 |
UHC | 漿렔箏Ⅰ | 1110110111101100100011101010100111101110101101001010010110110000 | edec8ea9eeb4a5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)