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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 莊?寃捧??B | 11100100101101010011111110011011100000111001010111111001001111110011111101000010 | e4b53f9b8395f93f3f42 |
EUC-JP | 莊?寃捧??B | 11101000101101110011111111010101111000111100101011111011001111110011111101000010 | e8b73fd5e3cafb3f3f42 |
UTF-8 | 莊렱寃捧렎렱B | 11101000100011101000101011101011101000001011000111100101101011111000001111100110100011011010011111101011101000001000111011101011101000001011000101000010 | e88e8aeba0b1e5af83e68da7eba08eeba0b142 |
UHC | 莊렱寃捧렎렱B | 11101101111101101000111010111110111010101011001011011100111010011000111010100100100011101011111001000010 | edf68ebeeab2dce98ea48ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)