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 | 邀丞勁 | 111001111011000110001111111001011001100110100100 | e7b18fe599a4 |
EUC-JP | 邀丞勁 | 111011101011001110111110111001111101001010100110 | eeb3bee7d2a6 |
UTF-8 | 邀丞勁 | 111010011000001010000000111001001011100010011110111001011000101110000001 | e98280e4b89ee58b81 |
UHC | 邀丞勁 | 111010011010110111100011101010101100110011001101 | e9ade3aacccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)