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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟷シ邂 | 1110010110111001101111001110011110101110 | e5b9bce7ae |
EUC-JP | 蟷シ邂 | 111010101011101110001110101111001110111010110000 | eabb8ebceeb0 |
UTF-8 | 蟷シ邂 | 111010001001111110110111111011111011110110111100111010011000001010000010 | e89fb7efbdbce98282 |
UHC | ??邂 | 00111111001111111111101010110011 | 3f3ffab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)