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 | 昌ッ酌霪疾 | 100011111011100110101111100011101101111011101000110001001000111010111110 | 8fb9af8edee8c48ebe |
EUC-JP | 昌ッ酌霪疾 | 10111110101110111000111010101111101111001110000011110000110001101011110011000000 | bebb8eafbce0f0c6bcc0 |
UTF-8 | 昌ッ酌霪疾 | 111001101001100010001100111011111011110110101111111010011000010110001100111010011001110010101010111001111001011010111110 | e6988cefbdafe9858ce99caae796be |
UHC | 昌?酌?疾 | 1111001111100011001111111110110111001100001111111111001011110000 | f3e33fedcc3ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)