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 | ûÈݪ¦³ | 111110111100100011011101101010101010011010110011 | fbc8ddaaa6b3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÈݪ¦? | 10001111101010111110010110001111101010101011001010001111101010101111001010001111101000101110110010001111101000101100001100111111 | 8fabe58faab28faaf28fa2ec8fa2c33f |
UTF-8 | ûÈݪ¦³ | 110000111011101111000011100010001100001110011101110000101010101011000010101001101100001010110011 | c3bbc388c39dc2aac2a6c2b3 |
UHC | ???ª?³ | 0011111100111111001111111010100010100011001111111010100111111000 | 3f3f3fa8a33fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)