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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隰晏ョ溽゙ | 1110100010101100100111011110010110101110100111111110011111011110 | e8ac9de5ae9fe7de |
EUC-JP | 隰晏ョ溽゙ | 11110000101011101101101011100111100011101010111011011110111010011000111011011110 | f0aedae78eaedee98ede |
UTF-8 | 隰晏ョ溽゙ | 111010011001101010110000111001101001100110001111111011111011110110101110111001101011101010111101111011111011111010011110 | e99ab0e6998fefbdaee6babdefbe9e |
UHC | ?晏??? | 001111111110010011001111001111110011111100111111 | 3fe4cf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)