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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 窶撰シ | 1110001010000000100100001110111110111100 | e28090efbc |
EUC-JP | 窶撰シ | 111000111110000011000000111100011000111010111100 | e3e0c0f18ebc |
UTF-8 | 窶撰シ | 111001111010101010110110111001101001001010110000111011111011110110111100 | e7aab6e692b0efbdbc |
UHC | ?撰? | 00111111111100111011110000111111 | 3ff3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)