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 | ?ャ?違? | 00111111100000111000001100111111100010001110000100111111 | 3f83833f88e13f |
EUC-JP | ?ャ?違? | 00111111101001011110001100111111101100001110001100111111 | 3fa5e33fb0e33f |
UTF-8 | 曆ャ끉違췇 | 111011111010011010001011111000111000001110100011111010111000000110001001111010011000000110010101111011001011011110000111 | efa68be383a3eb8189e98195ecb787 |
UHC | 曆ャ끉違췇 | 11100110101101111010101111100011100001011011110011101010110111101010111001000010 | e6b7abe385bceadeae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)