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 | û²^`B | 111110111011001010001111010111100110000001000010 | fbb28f5e6042 |
SJIS-WIN | ???^`B | 001111110011111100111111010111100110000001000010 | 3f3f3f5e6042 |
EUC-JP | û??^`B | 1000111110101011111001010011111100111111010111100110000001000010 | 8fabe53f3f5e6042 |
UTF-8 | û²^`B | 110000111011101111000010101100101100001010001111010111100110000001000010 | c3bbc2b2c28f5e6042 |
UHC | ?²?^`B | 00111111101010011111011100111111010111100110000001000010 | 3fa9f73f5e6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)