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 | 霓懷綾隶占 | 11101000101111011001110011100101100010001011101111101000101011101001000011101000 | e8bd9ce588bbe8ae90e8 |
EUC-JP | 霓懷綾隶占 | 11110000101111111101100011100111101100001011110111110000101100001100000011101010 | f0bfd8e7b0bdf0b0c0ea |
UTF-8 | 霓懷綾隶占 | 111010011001110010010011111001101000011110110111111001111011011010111110111010011001101010110110111001011000110110100000 | e99c93e687b7e7b6bee99ab6e58da0 |
UHC | 霓懷綾?占 | 111001111110011111111100111000111101011111010011001111111110111110111111 | e7e7fce3d7d33fefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)