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 | ú´ºú² | 111110101011010010001110101110101111101010110010 | fab48ebafab2 |
SJIS-WIN | ?´???? | 00111111100000010100110000111111001111110011111100111111 | 3f814c3f3f3f3f |
EUC-JP | ú´?ºú? | 10001111101010111110001010100001101011010011111110001111101000101110101110001111101010111110001000111111 | 8fabe2a1ad3f8fa2eb8fabe23f |
UTF-8 | ú´ºú² | 110000111011101011000010101101001100001010001110110000101011101011000011101110101100001010110010 | c3bac2b4c28ec2bac3bac2b2 |
UHC | ?´?º?² | 001111111010001010100101001111111010100010101100001111111010100111110111 | 3fa2a53fa8ac3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)