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 | 癌??申 | 100010101110000000111111001111111001000001011100 | 8ae03f3f905c |
EUC-JP | 癌??申 | 101101001110001000111111001111111011111110111101 | b4e23f3fbfbd |
UTF-8 | 癌귘뙶申 | 111001111001100110001100111010101011011110011000111010111001100110110110111001111001010010110011 | e7998ceab798eb99b6e794b3 |
UHC | 癌귘뙶申 | 1110010011011111100000101110001010001100101110011110001111101001 | e4df82e28cb9e3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)