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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-WIN | セャ質セャ謝[ | 101111101010110010001110101111111011111010101100100011101101001101011011 | beac8ebfbeac8ed35b |
EUC-JP | セャ質セャ謝[ | 10001110101111101000111010101100101111001100000110001110101111101000111010101100101111001101010101011011 | 8ebe8eacbcc18ebe8eacbcd55b |
UTF-8 | セャ質セャ謝[ | 11101111101111011011111011101111101111011010110011101000101100111010101011101111101111011011111011101111101111011010110011101000101011001001110101011011 | efbdbeefbdace8b3aaefbdbeefbdace8ac9d5b |
UHC | ??質??謝[ | 001111110011111111110010111101010011111100111111110111101111001101011011 | 3f3ff2f53f3fdef35b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)