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 | 池?以?擬? | 100100100111001000111111100010001100100000111111100010110101101100111111 | 92723f88c83f8b5b3f |
EUC-JP | 池?以?擬? | 110000111101001100111111101100001100101000111111101101011011110000111111 | c3d33fb0ca3fb5bc3f |
UTF-8 | 池렡以렑擬렲 | 111001101011000110100000111010111010000010100001111001001011101110100101111010111010000010010001111001101001001110101100111010111010000010110010 | e6b1a0eba0a1e4bba5eba091e693aceba0b2 |
UHC | 池렡以렑擬렲 | 111100101010111010001110101100101110110010100100100011101010011011101011111101001000111010111111 | f2ae8eb2eca48ea6ebf48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)