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 | 牋犹窶獸 | 1110000010101110111000001011100111100010100000001110000011010111 | e0aee0b9e280e0d7 |
EUC-JP | 牋犹窶獸 | 1110000010110000111000001011101111100011111000001110000011011001 | e0b0e0bbe3e0e0d9 |
UTF-8 | 牋犹窶獸 | 111001111000100110001011111001111000101010111001111001111010101010110110111001111000110110111000 | e7898be78ab9e7aab6e78db8 |
UHC | ???獸 | 0011111100111111001111111110001010101110 | 3f3f3fe2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)