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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 倭第 | 10011000011000001001000111100110 | 986091e6 |
EUC-JP | 倭第 | 11001111110000011100001011101000 | cfc1c2e8 |
UTF-8 | 倭第 | 111001011000000010101101111001111010110010101100 | e580ade7acac |
UHC | 倭第 | 11101000110111101111000010101111 | e8def0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)