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 | 漆ヒ」 | 1111000010110100100011101011110111110001111010101100101110100011 | f0b48ebdf1eacba3 |
EUC-JP | ?漆?ヒ」 | 0011111110111100101111110011111110001110110010111000111010100011 | 3fbcbf3f8ecb8ea3 |
UTF-8 | 漆ヒ」 | 111011101000000110110011111001101011110010000110111011101000010110100101111011111011111010001011111011111011110110100011 | ee81b3e6bc86ee85a5efbe8befbda3 |
UHC | ?漆??? | 001111111111011011010100001111110011111100111111 | 3ff6d43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)