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 | 奪村袖炭測 | 10010010010001001001000110111010100100011011001110010010010110011001000110101010 | 924491ba91b3925991aa |
EUC-JP | 奪村袖炭測 | 11000011101001011100001010111100110000101011010111000011101110101100001010101100 | c3a5c2bcc2b5c3bac2ac |
UTF-8 | 奪村袖炭測 | 111001011010010110101010111001101001110110010001111010001010001010010110111001111000001010101101111001101011100010101100 | e5a5aae69d91e8a296e782ade6b8ac |
UHC | 奪村袖炭測 | 11110111101011001111010110111101111000101100000011110111101010011111011010110100 | f7acf5bde2c0f7a9f6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)