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 | ??z??? | 001111110011111101111010001111110011111100111111 | 3f3f7a3f3f3f |
SJIS-WIN | ??z??? | 001111110011111101111010001111110011111100111111 | 3f3f7a3f3f3f |
EUC-JP | ??z??? | 001111110011111101111010001111110011111100111111 | 3f3f7a3f3f3f |
UTF-8 | 셔섐z셍렶렧 | 11101100100001011001010011101100100001001001000001111010111011001000010110001101111010111010000010110110111010111010000010100111 | ec8594ec84907aec858deba0b6eba0a7 |
UHC | 셔섐z셍렶렧 | 1011110011000101101111001010101101111010101111001100010010001110110000011000111010110110 | bcc5bcab7abcc48ec18eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)