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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????≪? | 00111111001111110011111100111111100000011110000100111111 | 3f3f3f3f81e13f |
EUC-JP | ????≪? | 00111111001111110011111100111111101000101110001100111111 | 3f3f3f3fa2e33f |
UTF-8 | 溜계삃溜≪븤 | 111011111010011110001011111010101011001110000100111011001000001010000011111011111010011110001011111000101000100110101010111010111011100010100100 | efa78beab384ec8283efa78be289aaebb8a4 |
UHC | 溜계삃溜≪븤 | 111010101111111010110000111010001001100010001010111010101111111010100001111011001001010110001101 | eafeb0e8988aeafea1ec958d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)