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 | 渦????? | 10001001010100010011111100111111001111110011111100111111 | 89513f3f3f3f3f |
EUC-JP | 渦??沅?? | 101100011011001000111111001111111000111111000110111010010011111100111111 | b1b23f3f8fc6e93f3f |
UTF-8 | 渦긱꺀沅뺠쁻 | 111001101011100010100110111010101011100010110001111010101011101010000000111001101011001010000101111010111011101010100000111011001000000110111011 | e6b8a6eab8b1eaba80e6b285ebbaa0ec81bb |
UHC | 渦긱꺀沅뺠쁻 | 111010001011111010110001111000111000001110101001111010101011011010010101111010001001100010000010 | e8beb1e383a9eab695e89882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)