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 | 纓櫛型絲 | 1110001110010111100010111111100110001100010111101110001101001110 | e3978bf98c5ee34e |
EUC-JP | 纓櫛型絲 | 1110010111110111101101101111101110110111101111111110010110101111 | e5f7b6fbb7bfe5af |
UTF-8 | 纓櫛型絲 | 111001111011101010010011111001101010101110011011111001011001111010001011111001111011010110110010 | e7ba93e6ab9be59e8be7b5b2 |
UHC | 纓櫛型絲 | 1110011111000101111100011110111011111010111111101101111011101010 | e7c5f1eefafedeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)