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 | 靜???渦? | 1110100011001110001111110011111100111111100010010101000100111111 | e8ce3f3f3f89513f |
EUC-JP | 靜???渦? | 1111000011010000001111110011111100111111101100011011001000111111 | f0d03f3f3fb1b23f |
UTF-8 | 靜띄렍렫渦렯 | 111010011001110110011100111010111001110110000100111010111010000010001101111010111010000010101011111001101011100010100110111010111010000010101111 | e99d9ceb9d84eba08deba0abe6b8a6eba0af |
UHC | 靜띄렍렫渦렯 | 111100001010000110110110111001111000111010100011100011101011100111101000101111101000111010111100 | f0a1b6e78ea38eb9e8be8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)