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 | ú±Êúε | 111110101011000111001010111110101100111010110101 | fab1cafaceb5 |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ú±ÊúÎ? | 100011111010101111100010101000011101111010001111101010101011010010001111101010111110001010001111101010101100001000111111 | 8fabe2a1de8faab48fabe28faac23f |
UTF-8 | ú±Êúε | 110000111011101011000010101100011100001110001010110000111011101011000011100011101100001010110101 | c3bac2b1c38ac3bac38ec2b5 |
UHC | ?±???? | 00111111101000011011111000111111001111110011111100111111 | 3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)