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 | セノ鉦オ偲 | 10111110110010011000111111011110101101011000111011000011 | bec98fdeb58ec3 |
EUC-JP | セノ鉦オ偲 | 10001110101111101000111011001001101111101110000010001110101101011011110011000101 | 8ebe8ec9bee08eb5bcc5 |
UTF-8 | セノ鉦オ偲 | 111011111011110110111110111011111011111010001001111010011000100110100110111011111011110110110101111001011000000110110010 | efbdbeefbe89e989a6efbdb5e581b2 |
UHC | ??鉦?? | 001111110011111111101111111110100011111100111111 | 3f3feffa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)