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 | ¶²[¶²[^ | 10110110101100100101101110110110101100100101101101011110 | b6b25bb6b25b5e |
SJIS-WIN | ¶?[¶?[^ | 100000011111011100111111010110111000000111110111001111110101101101011110 | 81f73f5b81f73f5b5e |
EUC-JP | ¶?[¶?[^ | 101000101111100100111111010110111010001011111001001111110101101101011110 | a2f93f5ba2f93f5b5e |
UTF-8 | ¶²[¶²[^ | 1100001010110110110000101011001001011011110000101011011011000010101100100101101101011110 | c2b6c2b25bc2b6c2b25b5e |
UHC | ¶²[¶²[^ | 1010001011010010101010011111011101011011101000101101001010101001111101110101101101011110 | a2d2a9f75ba2d2a9f75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)