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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譎カ諶幢セ | 1110011010011001101101101111101110101010100110111110111110111110 | e699b6fbaa9befbe |
EUC-JP | 譎カ諶幢セ | 1110101111111001100011101011011010001111110111101011010111010110111100011000111010111110 | ebf98eb68fdeb5d6f18ebe |
UTF-8 | 譎カ諶幢セ | 111010001010110110001110111011111011110110110110111010001010101110110110111001011011100110100010111011111011110110111110 | e8ad8eefbdb6e8abb6e5b9a2efbdbe |
UHC | 譎?諶幢? | 1111110111010010001111111110010010100110110100111101001100111111 | fdd23fe4a6d3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)