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 | ??J | 001111110011111101001010 | 3f3f4a |
SJIS-WIN | 灌渙J | 1001111111110011100111111101000001001010 | 9ff39fd04a |
EUC-JP | 灌渙J | 1101111011110101110111101101001001001010 | def5ded24a |
UTF-8 | 灌渙J | 11100111100000011000110011100110101110001001100101001010 | e7818ce6b8994a |
UHC | 灌渙J | 1100111010110100111111001011100101001010 | ceb4fcb94a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)