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 | 鏃?諸?闇 | 1110100001010110001111111000111110010100001111111000100011000101 | e8563f8f943f88c5 |
EUC-JP | 鏃?諸?闇 | 1110111110110111001111111011110111110100001111111011000011000111 | efb73fbdf43fb0c7 |
UTF-8 | 鏃렭諸렕闇 | 111010011000111110000011111010111010000010101101111010001010101110111000111010111010000010010101111010011001011110000111 | e98f83eba0ade8abb8eba095e99787 |
UHC | 鏃렭諸렕闇 | 11110000111011001000111010111010111100001011001110001110101010101110010011100001 | f0ec8ebaf0b38eaae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)