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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 膂順綾^ | 11100100010011111000111110000111100010001011101101011110 | e44f8f8788bb5e |
EUC-JP | 膂順綾^ | 11100111101100001011110111100111101100001011110101011110 | e7b0bde7b0bd5e |
UTF-8 | 膂順綾^ | 11101000100001101000001011101001101000001000011011100111101101101011111001011110 | e88682e9a086e7b6be5e |
UHC | ?順綾^ | 001111111110001011110111110101111101001101011110 | 3fe2f7d7d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)