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 | 蝠シ霍ォ魴 | 1110010110010101101111001110100010110111101010111110100110110101 | e595bce8b7abe9b5 |
EUC-JP | 蝠シ霍ォ魴 | 11101001111101011000111010111100111100001011100110001110101010111111001010110111 | e9f58ebcf0b98eabf2b7 |
UTF-8 | 蝠シ霍ォ魴 | 111010001001110110100000111011111011110110111100111010011001110010001101111011111011110110101011111010011010110110110100 | e89da0efbdbce99c8defbdabe9adb4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)