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 | ᬠ| 1000101111100001100001111000010010000100101011001001101110000010 | 8be1878484ac9b82 |
SJIS-WIN | ?????¬?? | 001111110011111100111111001111110011111110000001110010100011111100111111 | 3f3f3f3f3f81ca3f3f |
EUC-JP | ?á???¬?? | 0011111110001111101010111010000100111111001111110011111110100010110011000011111100111111 | 3f8faba13f3f3fa2cc3f3f |
UTF-8 | ᬠ| 11000010100010111100001110100001110000101000011111000010100001001100001010000100110000101010110011000010100110111100001010000010 | c28bc3a1c287c284c284c2acc29bc282 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)