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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬘区懇鋺 | 1110100110100001100010111110011010001101101001111110011111111010 | e9a18be68da7e7fa |
EUC-JP | 鬘区懇鋺 | 1111001010100011101101101110100010111010101010011110111011111100 | f2a3b6e8baa9eefc |
UTF-8 | 鬘区懇鋺 | 111010011010110010011000111001011000110010111010111001101000011110000111111010011000101110111010 | e9ac98e58cbae68787e98bba |
UHC | ??懇? | 0011111100111111110010101101000000111111 | 3f3fcad03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)