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 | 竺コ邇゙ | 11110000101101111000111010110001111100011110011010111010111001111000111011011110 | f0b78eb1f1e6bae78ede |
EUC-JP | ?竺?コ邇゙ | 00111111101111001011001100111111100011101011101011101101111011101000111011011110 | 3fbcb33f8ebaedee8ede |
UTF-8 | 竺コ邇゙ | 111011101000000110110110111001111010101110111010111011101000010110100001111011111011110110111010111010011000001010000111111011111011111010011110 | ee81b6e7abbaee85a1efbdbae98287efbe9e |
UHC | ?竺??邇? | 0011111111110101111001110011111100111111111011001100010000111111 | 3ff5e73f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)