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 | 湜疾漆 | 11111011010001111000111010111110111100001011010010001110101111011111000010110101 | fb478ebef0b48ebdf0b5 |
EUC-JP | 湜疾?漆? | 100011111100011111111100101111001100000000111111101111001011111100111111 | 8fc7fcbcc03fbcbf3f |
UTF-8 | 湜疾漆 | 111001101011100110011100111001111001011010111110111011101000000110110011111001101011110010000110111011101000000110110100 | e6b99ce796beee81b3e6bc86ee81b4 |
UHC | 湜疾?漆? | 1110001111010111111100101111000000111111111101101101010000111111 | e3d7f2f03ff6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)