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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 兀??慾? | 10011001010110010011111100111111100101110111110000111111 | 99593f3f977c3f |
EUC-JP | 兀??慾? | 11010001101110100011111100111111110011011101110100111111 | d1ba3f3fcddd3f |
UTF-8 | 兀덉뼔慾덨 | 111001011000010110000000111010111000110110001001111010111011110010010100111001101000010110111110111010111000110110101000 | e58580eb8d89ebbc94e685beeb8da8 |
UHC | 兀덉뼔慾덨 | 11101000101101001000100011101100100101101001110011101001101011111000100101000010 | e8b488ec969ce9af8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)