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 | Þêªëª¾ | 110111101110101010101010111010111010101010111110 | deeaaaebaabe |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Þêªëª? | 10001111101010011011000010001111101010111011010010001111101000101110110010001111101010111011001110001111101000101110110000111111 | 8fa9b08fabb48fa2ec8fabb38fa2ec3f |
UTF-8 | Þêªëª¾ | 110000111001111011000011101010101100001010101010110000111010101111000010101010101100001010111110 | c39ec3aac2aac3abc2aac2be |
UHC | Þ?ª?ª¾ | 10101000101011010011111110101000101000110011111110101000101000111010100011111010 | a8ad3fa8a33fa8a3a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)