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 | ××^ | 100101101101011110001011100100011001011011010111100010111000111101011110 | 96d78b9196d78b8f5e |
SJIS-WIN | ?×???×??^ | 0011111110000001011111100011111100111111001111111000000101111110001111110011111101011110 | 3f817e3f3f3f817e3f3f5e |
EUC-JP | ?×???×??^ | 0011111110100001110111110011111100111111001111111010000111011111001111110011111101011110 | 3fa1df3f3f3fa1df3f3f5e |
UTF-8 | ××^ | 1100001010010110110000111001011111000010100010111100001010010001110000101001011011000011100101111100001010001011110000101000111101011110 | c296c397c28bc291c296c397c28bc28f5e |
UHC | ?×???×??^ | 0011111110100001101111110011111100111111001111111010000110111111001111110011111101011110 | 3fa1bf3f3f3fa1bf3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)