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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?艶??? | 001111111000100110010000001111110011111100111111 | 3f89903f3f3f |
EUC-JP | ?艶??? | 001111111011000111110000001111110011111100111111 | 3fb1f03f3f3f |
UTF-8 | 쒔艶렊렚쒔 | 111011001001001010010100111010001000100110110110111010111010000010001010111010111010000010011010111011001001001010010100 | ec9294e889b6eba08aeba09aec9294 |
UHC | 쒔艶렊렚쒔 | 10111110101011011110011011111101100011101010000110001110101011011011111010101101 | beade6fd8ea18eadbead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)