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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 邱嘲Y邱嘲bE | 1110011110110111100110100111110101011001111001111011011110011010011111010110001001000101 | e7b79a7d59e7b79a7d6245 |
EUC-JP | 邱嘲Y邱嘲bE | 1110111010111001110100111101111001011001111011101011100111010011110111100110001001000101 | eeb9d3de59eeb9d3de6245 |
UTF-8 | 邱嘲Y邱嘲bE | 111010011000001010110001111001011001100010110010010110011110100110000010101100011110010110011000101100100110001001000101 | e982b1e598b259e982b1e598b26245 |
UHC | 邱嘲Y邱嘲bE | 1100111111001000111100001011111101011001110011111100100011110000101111110110001001000101 | cfc8f0bf59cfc8f0bf6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)