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 | 邑????ⅹ | 1001011101010111001111110011111100111111001111111111101001001001 | 97573f3f3f3ffa49 |
EUC-JP | 邑????? | 11001101101110000011111100111111001111110011111100111111 | cdb83f3f3f3f3f |
UTF-8 | 邑ㅼ떎琉낉ⅹ | 111010011000001010010001111000111000010110111100111010111001011010001110111011111010011110001100111010111000001010001001111000101000010110111001 | e98291e385bceb968eefa78ceb8289e285b9 |
UHC | 邑ㅼ떎琉낉ⅹ | 111010111110100110100100111011001000101110100100111010111010010010000101111011111010010110101010 | ebe9a4ec8ba4eba485efa5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)