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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 昌ッ湿 | 10001111101110011010111110001110101111001111001010111000 | 8fb9af8ebcf2b8 |
EUC-JP | 昌ッ湿? | 10111110101110111000111010101111101111001011111000111111 | bebb8eafbcbe3f |
UTF-8 | 昌ッ湿 | 111001101001100010001100111011111011110110101111111001101011100110111111111011101000011110101111 | e6988cefbdafe6b9bfee87af |
UHC | 昌??? | 1111001111100011001111110011111100111111 | f3e33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)