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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辷イ鮟録 | 11100111100010001011001011101001101110111001100001011110 | e788b2e9bb985e |
EUC-JP | 辷イ鮟録 | 1110110111101000100011101011001011110010101111011100111110111111 | ede88eb2f2bdcfbf |
UTF-8 | 辷イ鮟録 | 111010001011111010110111111011111011110110110010111010011010111010011111111010011000110010110010 | e8beb7efbdb2e9ae9fe98cb2 |
UHC | ??鮟? | 0011111100111111111001001101010100111111 | 3f3fe4d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)