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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋿レ熙、霖 | 1111101111011100110110101110101010100100101001001110100011000001 | fbdcdaeaa4a4e8c1 |
EUC-JP | 鋿レ熙、霖 | 1000111111100100110100101000111011011010111101001010011010001110101001001111000011000011 | 8fe4d28edaf4a68ea4f0c3 |
UTF-8 | 鋿レ熙、霖 | 111010011000101110111111111011111011111010011010111001111000011010011001111011111011110110100100111010011001110010010110 | e98bbfefbe9ae78699efbda4e99c96 |
UHC | ??熙?霖 | 00111111001111111111110111110111001111111101011111111101 | 3f3ffdf73fd7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)