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 | ´Ħ | 100011101100001010110100110001001000111010100110 | 8ec2b4c48ea6 |
SJIS-WIN | ??´??? | 00111111001111111000000101001100001111110011111100111111 | 3f3f814c3f3f3f |
EUC-JP | ?´Ä?¦ | 00111111100011111010101010100100101000011010110110001111101010101010001100111111100011111010001011000011 | 3f8faaa4a1ad8faaa33f8fa2c3 |
UTF-8 | ´Ħ | 110000101000111011000011100000101100001010110100110000111000010011000010100011101100001010100110 | c28ec382c2b4c384c28ec2a6 |
UHC | ??´??? | 00111111001111111010001010100101001111110011111100111111 | 3f3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)