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 | 逎視秋 | 111001111010001110001110100010111000111101001000 | e7a38e8b8f48 |
EUC-JP | 逎視秋 | 111011101010010110111011111010111011110110101001 | eea5bbebbda9 |
UTF-8 | 逎視秋 | 111010011000000010001110111010001010011010010110111001111010011110001011 | e9808ee8a696e7a78b |
UHC | ?視秋 | 0011111111100011110010101111010111010101 | 3fe3caf5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)