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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | メ寬」゙鏆オ | 11110001111000011101001011111010101010101010001111011110111110111110001010110101 | f1e1d2faaaa3defbe2b5 |
EUC-JP | ?メ?」゙鏆オ | 00111111100011101101001000111111100011101010001110001110110111101000111111100101101111111000111010110101 | 3f8ed23f8ea38ede8fe5bf8eb5 |
UTF-8 | メ寬」゙鏆オ | 111011101000010110011100111011111011111010010010111001011010111110101100111011111011110110100011111011111011111010011110111010011000111110000110111011111011110110110101 | ee859cefbe92e5afacefbda3efbe9ee98f86efbdb5 |
UHC | ??寬???? | 0011111100111111110011101011000000111111001111110011111100111111 | 3f3fceb03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)