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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驫ケ驥取クセ | 111010011000101010111001111010011000011110001110111001101011100010111110 | e98ab9e9878ee6b8be |
EUC-JP | 驫ケ驥取クセ | 111100011110101010001110101110011111000111100111101111001110100010001110101110001000111010111110 | f1ea8eb9f1e7bce88eb88ebe |
UTF-8 | 驫ケ驥取クセ | 111010011010100110101011111011111011110110111001111010011010100110100101111001011000111110010110111011111011110110111000111011111011110110111110 | e9a9abefbdb9e9a9a5e58f96efbdb8efbdbe |
UHC | ??驥取?? | 0011111100111111110100011100101011110110101000100011111100111111 | 3f3fd1caf6a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)