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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魄剰ャ晉 | 11101001101011101000111111101000101011001001110111100111 | e9ae8fe8ac9de7 |
EUC-JP | 魄剰ャ晉 | 1111001010110000101111101110101010001110101011001101101011101001 | f2b0beea8eacdae9 |
UTF-8 | 魄剰ャ晉 | 111010011010110110000100111001011000100110110000111011111011110110101100111001101001100110001001 | e9ad84e589b0efbdace69989 |
UHC | 魄??晉 | 110110111101111000111111001111111111001011001011 | dbde3f3ff2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)