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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牋犹粡牋 | 1110000010101110111000001011100111100010111001111110000010101110 | e0aee0b9e2e7e0ae |
EUC-JP | 牋犹粡牋 | 1110000010110000111000001011101111100100111010011110000010110000 | e0b0e0bbe4e9e0b0 |
UTF-8 | 牋犹粡牋 | 111001111000100110001011111001111000101010111001111001111011001010100001111001111000100110001011 | e7898be78ab9e7b2a1e7898b |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)