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 | ûmÓB | 10010010111110111000110101101101100101001101001101000010 | 92fb8d6d94d342 |
SJIS-WIN | ???m??B | 00111111001111110011111101101101001111110011111101000010 | 3f3f3f6d3f3f42 |
EUC-JP | ?û?m?ÓB | 0011111110001111101010111110010100111111011011010011111110001111101010101101000101000010 | 3f8fabe53f6d3f8faad142 |
UTF-8 | ûmÓB | 110000101001001011000011101110111100001010001101011011011100001010010100110000111001001101000010 | c292c3bbc28d6dc294c39342 |
UHC | ???m??B | 00111111001111110011111101101101001111110011111101000010 | 3f3f3f6d3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)