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 | 爭脛尾 | 111000001010010111100011111110001001010011110110 | e0a5e3f894f6 |
EUC-JP | 爭脛尾 | 111000001010011111100110111110101100100011111000 | e0a7e6fac8f8 |
UTF-8 | 爭脛尾 | 111001111000100010101101111010001000010010011011111001011011000010111110 | e788ade8849be5b0be |
UHC | 爭脛尾 | 111011101011001111001100111010111101101010101101 | eeb3ccebdaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)