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 | ??煙? | 0011111100111111100010011000110000111111 | 3f3f898c3f |
EUC-JP | ??煙? | 0011111100111111101100011110110000111111 | 3f3fb1ec3f |
UTF-8 | 롍렚煙뤾 | 111010111010000110001101111010111010000010011010111001111000010110011001111010111010010010111110 | eba18deba09ae78599eba4be |
UHC | 롍렚煙뤾 | 1000111011010011100011101010110111100110110101011000111111101010 | 8ed38eade6d58fea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)