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 | ×àÕ | 100011101101011111100000110101011001111110000001 | 8ed7e0d59f81 |
SJIS-WIN | ?×???? | 00111111100000010111111000111111001111110011111100111111 | 3f817e3f3f3f3f |
EUC-JP | ?×àÕ?? | 0011111110100001110111111000111110101011101000101000111110101010110110000011111100111111 | 3fa1df8faba28faad83f3f |
UTF-8 | ×àÕ | 110000101000111011000011100101111100001110100000110000111001010111000010100111111100001010000001 | c28ec397c3a0c395c29fc281 |
UHC | ?×???? | 00111111101000011011111100111111001111110011111100111111 | 3fa1bf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)