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 | ???a@B | 001111110011111100111111011000010100000001000010 | 3f3f3f614042 |
SJIS-WIN | 節??a@B | 10010000110111110011111100111111011000010100000001000010 | 90df3f3f614042 |
EUC-JP | 節??a@B | 11000000111000010011111100111111011000010100000001000010 | c0e13f3f614042 |
UTF-8 | 節⑼숯a@B | 111001111010111110000000111000101001000110111100111011001000100010101111011000010100000001000010 | e7af80e291bcec88af614042 |
UHC | 節⑼숯a@B | 111011111011110110101001111011111011110110100001011000010100000001000010 | efbda9efbda1614042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)