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 | 蠎倣摎 | 111001011011101010010101111011011001110110010111 | e5ba95ed9d97 |
EUC-JP | 蠎倣摎 | 111010101011110011001010111011111101100111110111 | eabccaefd9f7 |
UTF-8 | 蠎倣摎 | 111010001010000010001110111001011000000010100011111001101001000110001110 | e8a08ee580a3e6918e |
UHC | ?倣? | 00111111110110111010011100111111 | 3fdba73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)