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 | 巐幗ゥ戦囃巐 | 1111101010110110100110111110110010101001100100001110110110011010100100101111101010110110 | fab69beca990ed9a92fab6 |
EUC-JP | 巐幗ゥ戦囃巐 | 1000111110111011111110011101011011101110100011101010100111000000111011111101001111110010100011111011101111111001 | 8fbbf9d6ee8ea9c0efd3f28fbbf9 |
UTF-8 | 巐幗ゥ戦囃巐 | 111001011011011110010000111001011011100110010111111011111011110110101001111001101000100010100110111001011001101110000011111001011011011110010000 | e5b790e5b997efbda9e688a6e59b83e5b790 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)