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 | 溽笘 | 10011111111001111110001010011000 | 9fe7e298 |
EUC-JP | 溽笘 | 11011110111010011110001111111000 | dee9e3f8 |
UTF-8 | 溽笘 | 111001101011101010111101111001111010110010011000 | e6babde7ac98 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)