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 | 貉憺エォ趙 | 1110011010111001100111001110100110110100101010111110011011100010 | e6b99ce9b4abe6e2 |
EUC-JP | 貉憺エォ趙 | 11101100101110111101100011101011100011101011010010001110101010111110110011100100 | ecbbd8eb8eb48eabece4 |
UTF-8 | 貉憺エォ趙 | 111010001011001010001001111001101000011010111010111011111011110110110100111011111011110110101011111010001011011010011001 | e8b289e686baefbdb4efbdabe8b699 |
UHC | ?憺??趙 | 00111111110100111011110000111111001111111111000011100001 | 3fd3bc3f3ff0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)