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 | 韈ァ蠑剰貅 | 111010001110011110100111111001011011110010001111111010001110011010111010 | e8e7a7e5bc8fe8e6ba |
EUC-JP | 韈ァ蠑剰貅 | 11110000111010011000111010100111111010101011111010111110111010101110110010111100 | f0e98ea7eabebeeaecbc |
UTF-8 | 韈ァ蠑剰貅 | 111010011001111110001000111011111011110110100111111010001010000010010001111001011000100110110000111010001011001010000101 | e99f88efbda7e8a091e589b0e8b285 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)