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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?羨B | 00111111100100010100000101000010 | 3f914142 |
EUC-JP | 璹羨B | 100011111100110011100111110000011010001001000010 | 8fcce7c1a242 |
UTF-8 | 璹羨B | 11100111100100101011100111100111101111101010100001000010 | e792b9e7bea842 |
UHC | 璹羨B | 1110001011011011111000001100110001000010 | e2dbe0cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)