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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錵埼ず貍 | 1110100001000101100011011110100110000010101110001110011010111100 | e8458de982b8e6bc |
EUC-JP | 錵埼ず貍 | 1110111110100110101110101110101110100100101110101110110010111110 | efa6baeba4baecbe |
UTF-8 | 錵埼ず貍 | 111010011000110010110101111001011001111110111100111000111000000110011010111010001011001010001101 | e98cb5e59fbce3819ae8b28d |
UHC | ?埼ず? | 001111111101000011110010101010101011101000111111 | 3fd0f2aaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)