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 | タマウ﨣フ | 110000001100111110110011111110111011000111001100 | c0cfb3fbb1cc |
EUC-JP | タマウ?フ | 100011101100000010001110110011111000111010110011001111111000111011001100 | 8ec08ecf8eb33f8ecc |
UTF-8 | タマウ﨣フ | 111011111011111010000000111011111011111010001111111011111011110110110011111011111010100010100011111011111011111010001100 | efbe80efbe8fefbdb3efa8a3efbe8c |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)