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 | ±Ìã½ | 1011000111001100111000111010110110111101 | b1cce3adbd |
SJIS-WIN | ±???? | 100000010111110100111111001111110011111100111111 | 817d3f3f3f3f |
EUC-JP | ±Ìã?? | 10100001110111101000111110101010110000001000111110101011101010100011111100111111 | a1de8faac08fabaa3f3f |
UTF-8 | ±Ìã½ | 11000010101100011100001110001100110000111010001111000010101011011100001010111101 | c2b1c38cc3a3c2adc2bd |
UHC | ±??½ | 1010000110111110001111110011111110100001101010011010100011110110 | a1be3f3fa1a9a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)