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 | 奪族尊奪村 | 10010010010001001001000110110000100100011011100010010010010001001001000110111010 | 924491b091b8924491ba |
EUC-JP | 奪族尊奪村 | 11000011101001011100001010110010110000101011101011000011101001011100001010111100 | c3a5c2b2c2bac3a5c2bc |
UTF-8 | 奪族尊奪村 | 111001011010010110101010111001101001011110001111111001011011000010001010111001011010010110101010111001101001110110010001 | e5a5aae6978fe5b08ae5a5aae69d91 |
UHC | 奪族尊奪村 | 11110111101011001111000011101001111100001110111011110111101011001111010110111101 | f7acf0e9f0eef7acf5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)