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 | 爭脛? | 1110000010100101111000111111100000111111 | e0a5e3f83f |
EUC-JP | 爭脛? | 1110000010100111111001101111101000111111 | e0a7e6fa3f |
UTF-8 | 爭脛렒 | 111001111000100010101101111010001000010010011011111010111010000010010010 | e788ade8849beba092 |
UHC | 爭脛렒 | 111011101011001111001100111010111000111010100111 | eeb3cceb8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)