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 | ???}G | 0011111100111111001111110111110101000111 | 3f3f3f7d47 |
SJIS-WIN | 狸造卒}G | 1001001001001011100100011010001010010001101100100111110101000111 | 924b91a291b27d47 |
EUC-JP | 狸造卒}G | 1100001110101100110000101010010011000010101101000111110101000111 | c3acc2a4c2b47d47 |
UTF-8 | 狸造卒}G | 1110011110001011101110001110100110000000101000001110010110001101100100100111110101000111 | e78bb8e980a0e58d927d47 |
UHC | 狸造卒}G | 1101011111100001111100001110001111110000111011110111110101000111 | d7e1f0e3f0ef7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)