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 | 璽コ邇゙ | 11110000101111111000111010100011111100011110011010111010111001111000111011011110 | f0bf8ea3f1e6bae78ede |
EUC-JP | ?璽?コ邇゙ | 00111111101111001010010100111111100011101011101011101101111011101000111011011110 | 3fbca53f8ebaedee8ede |
UTF-8 | 璽コ邇゙ | 111011101000000110111110111001111001001010111101111011101000010110100001111011111011110110111010111010011000001010000111111011111011111010011110 | ee81bee792bdee85a1efbdbae98287efbe9e |
UHC | ?璽??邇? | 0011111111011111110111100011111100111111111011001100010000111111 | 3fdfde3f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)