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 | 應??湲 | 100111001110010000111111001111111001111111010001 | 9ce43f3f9fd1 |
EUC-JP | 應??湲 | 110110001110011000111111001111111101111011010011 | d8e63f3fded3 |
UTF-8 | 應붿뮞湲 | 111001101000011110001001111010111011011010111111111010111010111010011110111001101011100110110010 | e68789ebb6bfebae9ee6b9b2 |
UHC | 應붿뮞湲 | 1110101111101011100101001110110010010010101010101110101010111000 | ebeb94ec92aaeab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)