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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 畏?シ | 1000100011011000001111111000001101010110 | 88d83f8356 |
EUC-JP | 畏?シ | 1011000011011010001111111010010110110111 | b0da3fa5b7 |
UTF-8 | 畏욆シ | 111001111001010110001111111011001001101010000110111000111000001010110111 | e7958fec9a86e382b7 |
UHC | 畏욆シ | 111010001110011010011110111010001010101110110111 | e8e69ee8abb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)