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 | 顔案?鏑 | 10001010111001111000100011000100001111111001001101001100 | 8ae788c43f934c |
EUC-JP | 顔案?鏑 | 10110100111010011011000011000110001111111100010110101101 | b4e9b0c63fc5ad |
UTF-8 | 顔案셰鏑 | 111010011010000110010100111001101010000110001000111011001000010110110000111010011000111110010001 | e9a194e6a188ec85b0e98f91 |
UHC | 顔案셰鏑 | 1110010011010100111001001101000010111100110011101110111011101011 | e4d4e4d0bcceeeeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)