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 | 雎ク魃ィ | 111010001011000110111000111010011010111110101000 | e8b1b8e9afa8 |
EUC-JP | 雎ク魃ィ | 1111000010110011100011101011100011110010101100011000111010101000 | f0b38eb8f2b18ea8 |
UTF-8 | 雎ク魃ィ | 111010011001101110001110111011111011110110111000111010011010110110000011111011111011110110101000 | e99b8eefbdb8e9ad83efbda8 |
UHC | 雎?魃? | 111011101101000100111111110110111010011000111111 | eed13fdba63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)