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 | ¾ø¹½ | 10111110111110001011100110111101 | bef8b9bd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?ø?? | 001111111000111110101001110011000011111100111111 | 3f8fa9cc3f3f |
UTF-8 | ¾ø¹½ | 1100001010111110110000111011100011000010101110011100001010111101 | c2bec3b8c2b9c2bd |
UHC | ¾ø¹½ | 1010100011111010101010011010101010101001111101101010100011110110 | a8faa9aaa9f6a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)