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 | ê°Þç | 11101010101100001101111011100111 | eab0dee7 |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ê°Þç | 1000111110101011101101001010000111101011100011111010100110110000100011111010101110101110 | 8fabb4a1eb8fa9b08fabae |
UTF-8 | ê°Þç | 1100001110101010110000101011000011000011100111101100001110100111 | c3aac2b0c39ec3a7 |
UHC | ?°Þ? | 001111111010000111000110101010001010110100111111 | 3fa1c6a8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)