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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 赱晉阜 | 111001101101111110011101111001111001010110001100 | e6df9de7958c |
EUC-JP | 赱晉阜 | 111011001110000111011010111010011100100111101100 | ece1dae9c9ec |
UTF-8 | 赱晉阜 | 111010001011010110110001111001101001100110001001111010011001100010011100 | e8b5b1e69989e9989c |
UHC | ?晉阜 | 0011111111110010110010111101110110111101 | 3ff2cbddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)