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 | セテ | 101111101111100011101111111110011000111111000011 | bef8eff98fc3 |
EUC-JP | セ??テ | 100011101011111000111111001111111000111011000011 | 8ebe3f3f8ec3 |
UTF-8 | セテ | 111011111011110110111110111011101001101010001110111011101001101110101010111011111011111010000011 | efbdbeee9a8eee9baaefbe83 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)