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 | 辿賊則奪村 | 10010010010010001001000110101111100100011010010110010010010001001001000110111010 | 924891af91a5924491ba |
EUC-JP | 辿賊則奪村 | 11000011101010011100001010110001110000101010011111000011101001011100001010111100 | c3a9c2b1c2a7c3a5c2bc |
UTF-8 | 辿賊則奪村 | 111010001011111010111111111010001011001110001010111001011000100110000111111001011010010110101010111001101001110110010001 | e8bebfe8b38ae58987e5a5aae69d91 |
UHC | ?賊則奪村 | 001111111110111011100100111101101100111011110111101011001111010110111101 | 3feee4f6cef7acf5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)