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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?у??х?^ | 001111111000010010000101001111110011111110000100100001110011111101011110 | 3f84853f3f84873f5e |
EUC-JP | ?у??х?^ | 001111111010011111100101001111110011111110100111111001110011111101011110 | 3fa7e53f3fa7e73f5e |
UTF-8 | 驪у뻿驪х뿛^ | 1110111110100110100001111101000110000011111010111011101110111111111011111010011010000111110100011000010111101011101111111001101101011110 | efa687d183ebbbbfefa687d185ebbf9b5e |
UHC | 驪у뻿驪х뿛^ | 11100110101011111010110011100101100101101000101011100110101011111010110011100111100101111001111001011110 | e6aface5968ae6aface7979e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)