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 | 症?爰?渦? | 100011111100011100111111111000001010011100111111100010010101000100111111 | 8fc73fe0a73f89513f |
EUC-JP | 症?爰?渦? | 101111101100100100111111111000001010100100111111101100011011001000111111 | bec93fe0a93fb1b23f |
UTF-8 | 症렜爰렪渦렯 | 111001111001011110000111111010111010000010011100111001111000100010110000111010111010000010101010111001101011100010100110111010111010000010101111 | e79787eba09ce788b0eba0aae6b8a6eba0af |
UHC | 症렜爰렪渦렯 | 111100011111100010001110101011101110101010111010100011101011100011101000101111101000111010111100 | f1f88eaeeaba8eb8e8be8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)