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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ヨヤ瓏B | 1101011011010100111000001111101001000010 | d6d4e0fa42 |
EUC-JP | ヨヤ瓏B | 10001110110101101000111011010100111000001111110001000010 | 8ed68ed4e0fc42 |
UTF-8 | ヨヤ瓏B | 11101111101111101001011011101111101111101001010011100111100100111000111101000010 | efbe96efbe94e7938f42 |
UHC | ??瓏B | 0011111100111111110101101110101001000010 | 3f3fd6ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)