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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??シ敖?? | 0011111100111111100000110101011010011101110000100011111100111111 | 3f3f83569dc23f3f |
EUC-JP | ??シ敖?? | 0011111100111111101001011011011111011010110001000011111100111111 | 3f3fa5b7dac43f3f |
UTF-8 | 琉띠シ敖뉑셀 | 111011111010011110001100111010111001110110100000111000111000001010110111111001101001010110010110111010111000100110010001111011001000010110000000 | efa78ceb9da0e382b7e69596eb8991ec8580 |
UHC | 琉띠シ敖뉑셀 | 111010111010010010110110111011001010101110110111111001111111100110000111111001101011110010111111 | eba4b6ecabb7e7f987e6bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)