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 | 蔗懦┷ | 111001001111001010011100111011011000010010111000 | e4f29ced84b8 |
EUC-JP | 蔗懦┷ | 111010001111010011011000111011111010100010111010 | e8f4d8efa8ba |
UTF-8 | 蔗懦┷ | 111010001001010010010111111001101000011110100110111000101001010010110111 | e89497e687a6e294b7 |
UHC | 蔗懦┷ | 111011011011110111010001110101111010011010111010 | edbdd1d7a6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)