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 | 辿賊存奪束 | 10010010010010001001000110101111100100011011011010010010010001001001000110101001 | 924891af91b6924491a9 |
EUC-JP | 辿賊存奪束 | 11000011101010011100001010110001110000101011100011000011101001011100001010101011 | c3a9c2b1c2b8c3a5c2ab |
UTF-8 | 辿賊存奪束 | 111010001011111010111111111010001011001110001010111001011010110110011000111001011010010110101010111001101001110110011111 | e8bebfe8b38ae5ad98e5a5aae69d9f |
UHC | ?賊存奪束 | 001111111110111011100100111100001110110111110111101011001110000111010110 | 3feee4f0edf7ace1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)