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 | 繩??心 | 111000111000101000111111001111111001000001010011 | e38a3f3f9053 |
EUC-JP | 繩??心 | 111001011110101000111111001111111011111110110100 | e5ea3f3fbfb4 |
UTF-8 | 繩뎲뛄心 | 111001111011100110101001111010111000111010110010111010111001101110000100111001011011111110000011 | e7b9a9eb8eb2eb9b84e5bf83 |
UHC | 繩뎲뛄心 | 1110001110110001100010011000010110001101010000101110001111111101 | e3b189858d42e3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)