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 | 上ッ捨緖キ | 1000111111100011101011111000111011001100111110111000111010110111 | 8fe3af8eccfb8eb7 |
EUC-JP | 上ッ捨?キ | 101111101110010110001110101011111011110011001110001111111000111010110111 | bee58eafbcce3f8eb7 |
UTF-8 | 上ッ捨緖キ | 111001001011100010001010111011111011110110101111111001101000110110101000111001111011011110010110111011111011110110110111 | e4b88aefbdafe68da8e7b796efbdb7 |
UHC | 上?捨緖? | 1101111110111110001111111101111011010111110111111111110100111111 | dfbe3fded7dffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)