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 | 舅}舅|舅| | 111001000110111001111101111001000110111001111100111001000110111001111100 | e46e7de46e7ce46e7c |
EUC-JP | 舅}舅|舅| | 111001111100111101111101111001111100111101111100111001111100111101111100 | e7cf7de7cf7ce7cf7c |
UTF-8 | 舅}舅|舅| | 111010001000100010000101011111011110100010001000100001010111110011101000100010001000010101111100 | e888857de888857ce888857c |
UHC | 舅}舅|舅| | 110011111100000001111101110011111100000001111100110011111100000001111100 | cfc07dcfc07ccfc07c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)