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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巐壱豌エ嶸ァ | 11111010101101101000100011101011111001101011000010110100111110101011010010100111 | fab688ebe6b0b4fab4a7 |
EUC-JP | 巐壱豌エ嶸ァ | 1000111110111011111110011011000011101101111011001011001010001110101101001000111110111011111101001000111010100111 | 8fbbf9b0edecb28eb48fbbf48ea7 |
UTF-8 | 巐壱豌エ嶸ァ | 111001011011011110010000111001011010001110110001111010001011000110001100111011111011110110110100111001011011011010111000111011111011110110100111 | e5b790e5a3b1e8b18cefbdb4e5b6b8efbda7 |
UHC | ??豌?嶸? | 0011111100111111111010001101010100111111111001111010111000111111 | 3f3fe8d53fe7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)