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 | 轣晉阜 | 111001111000000110011101111001111001010110001100 | e7819de7958c |
EUC-JP | 轣晉阜 | 111011011110000111011010111010011100100111101100 | ede1dae9c9ec |
UTF-8 | 轣晉阜 | 111010001011110110100011111001101001100110001001111010011001100010011100 | e8bda3e69989e9989c |
UHC | ?晉阜 | 0011111111110010110010111101110110111101 | 3ff2cbddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)