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 | 〓????? | 10000001101011000011111100111111001111110011111100111111 | 81ac3f3f3f3f3f |
EUC-JP | 〓????? | 10100010101011100011111100111111001111110011111100111111 | a2ae3f3f3f3f3f |
UTF-8 | 〓룫횕㈒룵쿸 | 111000111000000010010011111010111010001110101011111011011001101010010101111000111000100010010010111010111010001110110101111011001011111110111000 | e38093eba3abed9a95e38892eba3b5ecbfb8 |
UHC | 〓룫횕㈒룵쿸 | 101000011110101110001111101000101100001110001111101010011100001110001111101010101011001101101011 | a1eb8fa2c38fa9c38faab36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)