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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 璢雫璢雫^ | 11100000111000111000111010110100111100011101111011100000111000111000111010110100111100011101110001011110 | e0e38eb4f1dee0e38eb4f1dc5e |
EUC-JP | 璢雫?璢雫?^ | 1110000011100101101111001011011000111111111000001110010110111100101101100011111101011110 | e0e5bcb63fe0e5bcb63f5e |
UTF-8 | 璢雫璢雫^ | 11100111100100101010001011101001100110111010101111101110100001011001100111100111100100101010001011101001100110111010101111101110100001011001011101011110 | e792a2e99babee8599e792a2e99babee85975e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)