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 | 才?肢?諍 | 1000110111001011001111111000111010001000001111111110011001111001 | 8dcb3f8e883fe679 |
EUC-JP | 才?肢?諍 | 1011101011001101001111111011101111101000001111111110101111011010 | bacd3fbbe83febda |
UTF-8 | 才렱肢렖諍 | 111001101000100110001101111010111010000010110001111010001000001010100010111010111010000010010110111010001010101110001101 | e6898deba0b1e882a2eba096e8ab8d |
UHC | 才렱肢렖諍 | 11101110101001101000111010111110111100101011011010001110101010111110111010110101 | eea68ebef2b68eabeeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)