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 | 霍」鄂ケ譯」 | 111010001011011110100011111001111011110110111001111001101010000110100011 | e8b7a3e7bdb9e6a1a3 |
EUC-JP | 霍」鄂ケ譯」 | 111100001011100110001110101000111110111010111111100011101011100111101100101000111000111010100011 | f0b98ea3eebf8eb9eca38ea3 |
UTF-8 | 霍」鄂ケ譯」 | 111010011001110010001101111011111011110110100011111010011000010010000010111011111011110110111001111010001010110110101111111011111011110110100011 | e99c8defbda3e98482efbdb9e8adafefbda3 |
UHC | ??鄂?譯? | 0011111100111111111001001100011100111111111001101011101100111111 | 3f3fe4c73fe6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)