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 | ¾É´· | 10111110110010011000111010110100100011101011011110001110 | bec98eb48eb78e |
SJIS-WIN | ???´??? | 0011111100111111001111111000000101001100001111110011111100111111 | 3f3f3f814c3f3f3f |
EUC-JP | ?É?´??? | 00111111100011111010101010110001001111111010000110101101001111110011111100111111 | 3f8faab13fa1ad3f3f3f |
UTF-8 | ¾É´· | 1100001010111110110000111000100111000010100011101100001010110100110000101000111011000010101101111100001010001110 | c2bec389c28ec2b4c28ec2b7c28e |
UHC | ¾??´?·? | 10101000111110100011111100111111101000101010010100111111101000011010010000111111 | a8fa3f3fa2a53fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)