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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 池?汀?猿 | 1001001001110010001111111001001011110011001111111000100110001110 | 92723f92f33f898e |
EUC-JP | 池?汀?猿 | 1100001111010011001111111100010011110101001111111011000111101110 | c3d33fc4f53fb1ee |
UTF-8 | 池렔汀렣猿 | 111001101011000110100000111010111010000010010100111001101011000110000000111010111010000010100011111001111000110010111111 | e6b1a0eba094e6b180eba0a3e78cbf |
UHC | 池렔汀렣猿 | 11110010101011101000111010101001111011111110001010001110101101001110101010111011 | f2ae8ea9efe28eb4eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)