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 | 隴雅ク肥恤 | 111010001010110110001001111010111011100010010100111011001001110010010101 | e8ad89ebb894ec9c95 |
EUC-JP | 隴雅ク肥恤 | 11110000101011111011001011101101100011101011100011001000111011101101011111110101 | f0afb2ed8eb8c8eed7f5 |
UTF-8 | 隴雅ク肥恤 | 111010011001101010110100111010011001101110000101111011111011110110111000111010001000001010100101111001101000000110100100 | e99ab4e99b85efbdb8e882a5e681a4 |
UHC | ?雅?肥恤 | 0011111111100100101110100011111111011101111111101111110111010001 | 3fe4ba3fddfefdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)