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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 繧慊ア\ | 111000111000001010011100110000101011000101011100 | e3829cc2b15c |
EUC-JP | 繧慊ア\ | 11100101111000101101100011000100100011101011000101011100 | e5e2d8c48eb15c |
UTF-8 | 繧慊ア\ | 11100111101110011010011111100110100001011000101011101111101111011011000101011100 | e7b9a7e6858aefbdb15c |
UHC | ?慊?\ | 0011111111001100110000110011111101011100 | 3fccc33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)