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 | 誘??宜?? | 1001011101010101001111110011111110001011010110000011111100111111 | 97553f3f8b583f3f |
EUC-JP | 誘??宜?? | 1100110110110110001111110011111110110101101110010011111100111111 | cdb63f3fb5b93f3f |
UTF-8 | 誘뗫봽宜롫낙 | 111010001010101010011000111010111001011110101011111010111011010010111101111001011010111010011100111010111010000110101011111010111000001010011001 | e8aa98eb97abebb4bde5ae9ceba1abeb8299 |
UHC | 誘뗫봽宜롫낙 | 111010111010111110001011111010111001010010000100111010111111000110001110111010111011001110101011 | ebaf8beb9484ebf18eebb3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)