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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???理 | 0011111100111111001111111001011110011101 | 3f3f3f979d |
EUC-JP | ???理 | 0011111100111111001111111100110111111101 | 3f3f3fcdfd |
UTF-8 | 롃뤶횓理 | 111010111010000110000011111010111010010010110110111011011001101010010011111001111001000010000110 | eba183eba4b6ed9a93e79086 |
UHC | 롃뤶횓理 | 1000111011001010100011111110010011000011100011101101011111100010 | 8eca8fe4c38ed7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)