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 | 雎喜沫跋オ | 111010001011000110001010111011001001011010010111111001101110101110110101 | e8b18aec9697e6ebb5 |
EUC-JP | 雎喜沫跋オ | 11110000101100111011010011101110110010111111011111101100111011011000111010110101 | f0b3b4eecbf7eced8eb5 |
UTF-8 | 雎喜沫跋オ | 111010011001101110001110111001011001011010011100111001101011001010101011111010001011011110001011111011111011110110110101 | e99b8ee5969ce6b2abe8b78befbdb5 |
UHC | 雎喜沫跋? | 111011101101000111111101111011001101100011001000110110111010001000111111 | eed1fdecd8c8dba23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)