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 | 埃??筍 | 100110101011101000111111001111111110001010100001 | 9aba3f3fe2a1 |
EUC-JP | 埃??筍 | 110101001011110000111111001111111110010010100011 | d4bc3f3fe4a3 |
UTF-8 | 埃딉퐢筍 | 111001011001111110000011111010111001010010001001111011011001000010100010111001111010110110001101 | e59f83eb9489ed90a2e7ad8d |
UHC | 埃딉퐢筍 | 1110010011101111100010101110111110111101100010111110001011101100 | e4ef8aefbd8be2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)