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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 兀??甸ι? | 100110010101100100111111001111111001100110110010100000111100011100111111 | 99593f3f99b283c73f |
EUC-JP | 兀??甸ι? | 110100011011101000111111001111111101001010110100101001101100100100111111 | d1ba3f3fd2b4a6c93f |
UTF-8 | 兀덊렓甸ι썚 | 1110010110000101100000001110101110001101100010101110101110100000100100111110011110010100101110001100111010111001111011001000110110011010 | e58580eb8d8aeba093e794b8ceb9ec8d9a |
UHC | 兀덊렓甸ι썚 | 111010001011010010001000111011011000111010101000111011111010010010100101111010011001101110001101 | e8b488ed8ea8efa4a5e99b8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)