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 | 助?? | 10001111100101010011111100111111 | 8f953f3f |
EUC-JP | 助?? | 10111101111101010011111100111111 | bdf53f3f |
UTF-8 | 助닿렯 | 111001011000101010101001111010111000101110111111111010111010000010101111 | e58aa9eb8bbfeba0af |
UHC | 助닿렯 | 111100001011111010110100111010101000111010111100 | f0beb4ea8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)