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 | ?惺?? | 0011111110011100101101110011111100111111 | 3f9cb73f3f |
EUC-JP | 侁惺?? | 10001111101100001111110011011000101110010011111100111111 | 8fb0fcd8b93f3f |
UTF-8 | 侁惺쌟쀴 | 111001001011111010000001111001101000001110111010111011001000110010011111111011001000000010110100 | e4be81e683baec8c9fec80b4 |
UHC | 侁惺쌟쀴 | 1110001111100000111000001111011010011011010010111001011111110100 | e3e0e0f69b4b97f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)