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 | 貉ォ霈企又 | 111001101011100110101011111010001011110010001010111010011001011010010100 | e6b9abe8bc8ae99694 |
EUC-JP | 貉ォ霈企又 | 11101100101110111000111010101011111100001011111010110100111010111100101111110100 | ecbb8eabf0beb4ebcbf4 |
UTF-8 | 貉ォ霈企又 | 111010001011001010001001111011111011110110101011111010011001110010001000111001001011110010000001111001011000111110001000 | e8b289efbdabe99c88e4bc81e58f88 |
UHC | ???企又 | 00111111001111110011111111010000111010101110100111010001 | 3f3f3fd0eae9d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)