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 | 沚喇が? | 10011111100011011001101001101000100000101010101000111111 | 9f8d9a6882aa3f |
EUC-JP | 沚喇が? | 11011101111011011101001111001001101001001010110000111111 | ddedd3c9a4ac3f |
UTF-8 | 沚喇が렕 | 111001101011001010011010111001011001011010000111111000111000000110001100111010111010000010010101 | e6b29ae59687e3818ceba095 |
UHC | 沚喇が렕 | 1111001010101111110101001111101010101010101011001000111010101010 | f2afd4faaaac8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)