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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠎倣摶 | 111001011011101010010101111011011001110110010110 | e5ba95ed9d96 |
EUC-JP | 蠎倣摶 | 111010101011110011001010111011111101100111110110 | eabccaefd9f6 |
UTF-8 | 蠎倣摶 | 111010001010000010001110111001011000000010100011111001101001000110110110 | e8a08ee580a3e691b6 |
UHC | ?倣? | 00111111110110111010011100111111 | 3fdba73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)