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 | 霓??敖 | 111010001011110100111111001111111001110111000010 | e8bd3f3f9dc2 |
EUC-JP | 霓??敖 | 111100001011111100111111001111111101101011000100 | f0bf3f3fdac4 |
UTF-8 | 霓멥굥敖 | 111010011001110010010011111010111010100110100101111010101011010110100101111001101001010110010110 | e99c93eba9a5eab5a5e69596 |
UHC | 霓멥굥敖 | 1110011111100111101110001110001110000010100010111110011111111001 | e7e7b8e3828be7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)