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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??爰??? | 00111111001111111110000010100111001111110011111100111111 | 3f3fe0a73f3f3f |
EUC-JP | 焌?爰??? | 100011111100100111101000001111111110000010101001001111110011111100111111 | 8fc9e83fe0a93f3f3f |
UTF-8 | 焌렧爰렩渽퓰 | 111001111000010010001100111010111010000010100111111001111000100010110000111010111010000010101001111001101011100010111101111011011001001110110000 | e7848ceba0a7e788b0eba0a9e6b8bded93b0 |
UHC | 焌렧爰렩渽퓰 | 111100011110000010001110101101101110101010111010100011101011011111101110101010101100011110111101 | f1e08eb6eaba8eb7eeaac7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)