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 | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
SJIS-WIN | 醯}醯|醯| | 111001111100111101111101111001111100111101111100111001111100111101111100 | e7cf7de7cf7ce7cf7c |
EUC-JP | 醯}醯|醯| | 111011101101000101111101111011101101000101111100111011101101000101111100 | eed17deed17ceed17c |
UTF-8 | 醯}醯|醯| | 111010011000011010101111011111011110100110000110101011110111110011101001100001101010111101111100 | e986af7de986af7ce986af7c |
UHC | 醯}醯|醯| | 111110111011100001111101111110111011100001111100111110111011100001111100 | fbb87dfbb87cfbb87c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)