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 | 00111111111001101001101001000010 | 3fe69a42 |
EUC-JP | ?證B | 00111111111010111111101001000010 | 3febfa42 |
UTF-8 | 뤫證B | 11101011101001001010101111101000101011011000100101000010 | eba4abe8ad8942 |
UHC | 뤫證B | 1000111111011001111100011111101101000010 | 8fd9f1fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)