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 | ËéòËÕ½ | 110010111110100111110010110010111101010110111101 | cbe9f2cbd5bd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ËéòËÕ? | 10001111101010101011001110001111101010111011000110001111101010111101001010001111101010101011001110001111101010101101100000111111 | 8faab38fabb18fabd28faab38faad83f |
UTF-8 | ËéòËÕ½ | 110000111000101111000011101010011100001110110010110000111000101111000011100101011100001010111101 | c38bc3a9c3b2c38bc395c2bd |
UHC | ?????½ | 00111111001111110011111100111111001111111010100011110110 | 3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)