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 | Þêªëª¿ | 110111101110101010101010111010111010101010111111 | deeaaaebaabf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Þêªëª¿ | 100011111010100110110000100011111010101110110100100011111010001011101100100011111010101110110011100011111010001011101100100011111010001011000100 | 8fa9b08fabb48fa2ec8fabb38fa2ec8fa2c4 |
UTF-8 | Þêªëª¿ | 110000111001111011000011101010101100001010101010110000111010101111000010101010101100001010111111 | c39ec3aac2aac3abc2aac2bf |
UHC | Þ?ª?ª¿ | 10101000101011010011111110101000101000110011111110101000101000111010001010101111 | a8ad3fa8a33fa8a3a2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)