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 | 池?滓??? | 1001001001110010001111111001111111100110001111110011111100111111 | 92723f9fe63f3f3f |
EUC-JP | 池?滓??? | 1100001111010011001111111101111011101000001111110011111100111111 | c3d33fdee83f3f3f |
UTF-8 | 池렔滓ㆁ렰렫 | 111001101011000110100000111010111010000010010100111001101011101110010011111000111000011010000001111010111010000010110000111010111010000010101011 | e6b1a0eba094e6bb93e38681eba0b0eba0ab |
UHC | 池렔滓ㆁ렰렫 | 111100101010111010001110101010011110111010101011101001001111000110001110101111011000111010111001 | f2ae8ea9eeaba4f18ebd8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)