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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 勇??應? | 10010111010001010011111100111111100111001110010000111111 | 97453f3f9ce43f |
EUC-JP | 勇??應? | 11001101101001100011111100111111110110001110011000111111 | cda63f3fd8e63f |
UTF-8 | 勇싳늼應줠 | 111001011000101110000111111011001000101110110011111010111000101010111100111001101000011110001001111011001010010010100000 | e58b87ec8bb3eb8abce68789eca4a0 |
UHC | 勇싳늼應줠 | 11101001101110001001101011101100100010001000010111101011111010111010001001001111 | e9b89aec8885ebeba24f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)