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 | リ靄褞 | 11110000111110101101100011101000110010011110010111110000 | f0fad8e8c9e5f0 |
EUC-JP | ?リ靄褞 | 00111111100011101101100011110000110010111110101011110010 | 3f8ed8f0cbeaf2 |
UTF-8 | リ靄褞 | 111011101000001010111001111011111011111010011000111010011001110110000100111010001010010010011110 | ee82b9efbe98e99d84e8a49e |
UHC | ??靄? | 0011111100111111111001001111011100111111 | 3f3fe4f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)