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 | ¶³[¶³[^ | 10110110101100110101101110110110101100110101101101011110 | b6b35bb6b35b5e |
SJIS-WIN | ¶?[¶?[^ | 100000011111011100111111010110111000000111110111001111110101101101011110 | 81f73f5b81f73f5b5e |
EUC-JP | ¶?[¶?[^ | 101000101111100100111111010110111010001011111001001111110101101101011110 | a2f93f5ba2f93f5b5e |
UTF-8 | ¶³[¶³[^ | 1100001010110110110000101011001101011011110000101011011011000010101100110101101101011110 | c2b6c2b35bc2b6c2b35b5e |
UHC | ¶³[¶³[^ | 1010001011010010101010011111100001011011101000101101001010101001111110000101101101011110 | a2d2a9f85ba2d2a9f85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)