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 | 鬘句涵粃。 | 111010011010000110001011111001011001111110111100111000101110000110100001 | e9a18be59fbce2e1a1 |
EUC-JP | 鬘句涵粃。 | 11110010101000111011011011100111110111101011111011100100111000111000111010100001 | f2a3b6e7debee4e38ea1 |
UTF-8 | 鬘句涵粃。 | 111010011010110010011000111001011000111110100101111001101011011010110101111001111011001010000011111011111011110110100001 | e9ac98e58fa5e6b6b5e7b283efbda1 |
UHC | ?句涵粃? | 0011111111001111101000111111100111100100110111011111101100111111 | 3fcfa3f9e4ddfb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)