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 | ±Þó | 101100011101111011110011 | b1def3 |
SJIS-WIN | ±?? | 10000001011111010011111100111111 | 817d3f3f |
EUC-JP | ±Þó | 1010000111011110100011111010100110110000100011111010101111010001 | a1de8fa9b08fabd1 |
UTF-8 | ±Þó | 110000101011000111000011100111101100001110110011 | c2b1c39ec3b3 |
UHC | ±Þ? | 1010000110111110101010001010110100111111 | a1bea8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)