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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竪側俗巽続 | 10010010010001111001000110100100100100011010110110010010010001101001000110110001 | 924791a491ad924691b1 |
EUC-JP | 竪側俗巽続 | 11000011101010001100001010100110110000101010111111000011101001111100001010110011 | c3a8c2a6c2afc3a7c2b3 |
UTF-8 | 竪側俗巽続 | 111001111010101110101010111001011000000110110100111001001011111110010111111001011011011110111101111001111011011010011010 | e7abaae581b4e4bf97e5b7bde7b69a |
UHC | 竪側俗巽? | 111000101011010111110110101100001110000111010100111000011101111000111111 | e2b5f6b0e1d4e1de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)