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 | 罔醇「 | 1110001110100110100011111000011010100010 | e3a68f86a2 |
EUC-JP | 罔醇「 | 111001101010100010111101111001101000111010100010 | e6a8bde68ea2 |
UTF-8 | 罔醇「 | 111001111011110110010100111010011000011010000111111011111011110110100010 | e7bd94e98687efbda2 |
UHC | 罔醇? | 1101100011010010111000101111010100111111 | d8d2e2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)