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 | 単但他奪贈 | 10010010010100001001001001000001100100011011110010010010010001001001000110100001 | 9250924191bc924491a1 |
EUC-JP | 単但他奪贈 | 11000011101100011100001110100010110000101011111011000011101001011100001010100011 | c3b1c3a2c2bec3a5c2a3 |
UTF-8 | 単但他奪贈 | 111001011000110110011000111001001011110110000110111001001011101110010110111001011010010110101010111010001011010010001000 | e58d98e4bd86e4bb96e5a5aae8b488 |
UHC | ?但他奪贈 | 001111111101001110100011111101101110001011110111101011001111000111111100 | 3fd3a3f6e2f7acf1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)