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 | ???aM^ | 001111110011111100111111011000010100110101011110 | 3f3f3f614d5e |
SJIS-WIN | 節??aM^ | 10010000110111110011111100111111011000010100110101011110 | 90df3f3f614d5e |
EUC-JP | 節??aM^ | 11000000111000010011111100111111011000010100110101011110 | c0e13f3f614d5e |
UTF-8 | 節⑼숯aM^ | 111001111010111110000000111000101001000110111100111011001000100010101111011000010100110101011110 | e7af80e291bcec88af614d5e |
UHC | 節⑼숯aM^ | 111011111011110110101001111011111011110110100001011000010100110101011110 | efbda9efbda1614d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)