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 | 訂敎?源 | 10010010111110011111101011001101001111111000110010111001 | 92f9facd3f8cb9 |
EUC-JP | 訂??源 | 110001001111101100111111001111111011100010111011 | c4fb3f3fb8bb |
UTF-8 | 訂敎갹源 | 111010001010100010000010111001101001010110001110111010101011000010111001111001101011101010010000 | e8a882e6958eeab0b9e6ba90 |
UHC | 訂敎갹源 | 1110111111110100110011101110011110110000101111011110101010111001 | eff4cee7b0bdeab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)