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 | 顆樊サ謎 | 11101000111101111001111011100110101110111001001111100100 | e8f79ee6bb93e4 |
EUC-JP | 顆樊サ謎 | 1111000011111001110111001110100010001110101110111100011011100110 | f0f9dce88ebbc6e6 |
UTF-8 | 顆樊サ謎 | 111010011010000110000110111001101010100010001010111011111011110110111011111010001010110010001110 | e9a186e6a88aefbdbbe8ac8e |
UHC | 顆樊?謎 | 11001110101010001101101111100000001111111101101010111010 | cea8dbe03fdaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)