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 | 趙餓ぇ | 111001101110001010001001111011001000001010100101 | e6e289ec82a5 |
EUC-JP | 趙餓ぇ | 111011001110010010110010111011101010010010100111 | ece4b2eea4a7 |
UTF-8 | 趙餓ぇ | 111010001011011010011001111010011010010010010011111000111000000110000111 | e8b699e9a493e38187 |
UHC | 趙餓ぇ | 111100001110000111100100101110111010101010100111 | f0e1e4bbaaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)