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 | òðÞê¿ | 111100101111000010001110110111101110101010111111 | f2f08edeeabf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | òð?Þê¿ | 10001111101010111101001010001111101010011100001100111111100011111010100110110000100011111010101110110100100011111010001011000100 | 8fabd28fa9c33f8fa9b08fabb48fa2c4 |
UTF-8 | òðÞê¿ | 110000111011001011000011101100001100001010001110110000111001111011000011101010101100001010111111 | c3b2c3b0c28ec39ec3aac2bf |
UHC | ?ð?Þ?¿ | 001111111010100110100011001111111010100010101101001111111010001010101111 | 3fa9a33fa8ad3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)