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 | ×ÄZ | 1000111011010111100011101100010001011010 | 8ed78ec45a |
SJIS-WIN | ?×??Z | 001111111000000101111110001111110011111101011010 | 3f817e3f3f5a |
EUC-JP | ?×?ÄZ | 0011111110100001110111110011111110001111101010101010001101011010 | 3fa1df3f8faaa35a |
UTF-8 | ×ÄZ | 110000101000111011000011100101111100001010001110110000111000010001011010 | c28ec397c28ec3845a |
UHC | ?×??Z | 001111111010000110111111001111110011111101011010 | 3fa1bf3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)