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 | ?る?泣? | 00111111100000101110100100111111100010111000001100111111 | 3f82e93f8b833f |
EUC-JP | ?る?泣? | 00111111101001001110101100111111101101011110001100111111 | 3fa4eb3fb5e33f |
UTF-8 | 閭る뵃泣쒫 | 111011111010011010000110111000111000001010001011111010111011010110000011111001101011001110100011111011001001001010101011 | efa686e3828bebb583e6b3a3ec92ab |
UHC | 閭る뵃泣쒫 | 11100110101011011010101011101011100101001000100111101011111010001001110101000010 | e6adaaeb9489ebe89d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)