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 | ???獸 | 0011111100111111001111111110000011010111 | 3f3f3fe0d7 |
EUC-JP | 侁??獸 | 10001111101100001111110000111111001111111110000011011001 | 8fb0fc3f3fe0d9 |
UTF-8 | 侁뎴떦獸 | 111001001011111010000001111010111000111010110100111010111001011010100110111001111000110110111000 | e4be81eb8eb4eb96a6e78db8 |
UHC | 侁뎴떦獸 | 1110001111100000100010011000011110001011101110011110001010101110 | e3e089878bb9e2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)