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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??縊??\ | 00111111001111111110001101101111001111110011111101011100 | 3f3fe36f3f3f5c |
EUC-JP | ??縊??\ | 00111111001111111110010111010000001111110011111101011100 | 3f3fe5d03f3f5c |
UTF-8 | 송섞縊셴성\ | 11101100100001101010000111101100100001001001111011100111101110001000101011101100100001011011010011101100100001001011000101011100 | ec86a1ec849ee7b88aec85b4ec84b15c |
UHC | 송섞縊셴성\ | 1011110011011011101111001010111111100100111111001011110011001111101111001011101001011100 | bcdbbcafe4fcbccfbcba5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)