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 | ?ワ?違? | 00111111100000111000111100111111100010001110000100111111 | 3f838f3f88e13f |
EUC-JP | ?ワ?違? | 00111111101001011110111100111111101100001110001100111111 | 3fa5ef3fb0e33f |
UTF-8 | 曆ワ퐣違쩎 | 111011111010011010001011111000111000001110101111111011011001000010100011111010011000000110010101111011001010100110001110 | efa68be383afed90a3e98195eca98e |
UHC | 曆ワ퐣違쩎 | 11100110101101111010101111101111101111011000110011101010110111101010010101000110 | e6b7abefbd8ceadea546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)