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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 芋?芋?B | 10001000111100000011111110001000111100000011111101000010 | 88f03f88f03f42 |
EUC-JP | 芋?芋?B | 10110000111100100011111110110000111100100011111101000010 | b0f23fb0f23f42 |
UTF-8 | 芋넴芋넴B | 11101000100010101000101111101011100001001011010011101000100010101000101111101011100001001011010001000010 | e88a8beb84b4e88a8beb84b442 |
UHC | 芋넴芋넴B | 111010011110001110110011110110111110100111100011101100111101101101000010 | e9e3b3dbe9e3b3db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)