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 | 霓??亦 | 111010001011110100111111001111111001011010010010 | e8bd3f3f9692 |
EUC-JP | 霓??亦 | 111100001011111100111111001111111100101111110010 | f0bf3f3fcbf2 |
UTF-8 | 霓깍퐡亦 | 111010011001110010010011111010101011100110001101111011011001000010100001111001001011101010100110 | e99c93eab98ded90a1e4baa6 |
UHC | 霓깍퐡亦 | 1110011111100111101100011110111110111101100010101110011010110010 | e7e7b1efbd8ae6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)