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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒟懈イサ蠇 | 1110010011100101100111001110011010110010101110111111101110100001 | e4e59ce6b2bbfba1 |
EUC-JP | 蒟懈イサ? | 111010001110011111011000111010001000111010110010100011101011101100111111 | e8e7d8e88eb28ebb3f |
UTF-8 | 蒟懈イサ蠇 | 111010001001001010011111111001101000011110001000111011111011110110110010111011111011110110111011111010001010000010000111 | e8929fe68788efbdb2efbdbbe8a087 |
UHC | ?懈??? | 001111111111101010101011001111110011111100111111 | 3ffaab3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)