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 | 髻懃、シ豼ォ | 111010011001111110011100111001111010010010111100111001101011111110101011 | e99f9ce7a4bce6bfab |
EUC-JP | 髻懃、シ豼ォ | 111100101010000111011000111010011000111010100100100011101011110011101100110000011000111010101011 | f2a1d8e98ea48ebcecc18eab |
UTF-8 | 髻懃、シ豼ォ | 111010011010101110111011111001101000011110000011111011111011110110100100111011111011110110111100111010001011000110111100111011111011110110101011 | e9abbbe68783efbda4efbdbce8b1bcefbdab |
UHC | ?懃???? | 00111111110100001100010000111111001111110011111100111111 | 3fd0c43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)