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 | 罔醇掘 | 111000111010011010001111100001101000110001000000 | e3a68f868c40 |
EUC-JP | 罔醇掘 | 111001101010100010111101111001101011011110100001 | e6a8bde6b7a1 |
UTF-8 | 罔醇掘 | 111001111011110110010100111010011000011010000111111001101000111010011000 | e7bd94e98687e68e98 |
UHC | 罔醇掘 | 110110001101001011100010111101011100111111011110 | d8d2e2f5cfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)