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 | ???┗? | 001111110011111100111111100001001010111100111111 | 3f3f3f84af3f |
EUC-JP | ???┗? | 001111110011111100111111101010001011000100111111 | 3f3f3fa8b13f |
UTF-8 | 戾┡룴┗呂 | 111001101000100010111110111000101001010010100001111010111010001110110100111000101001010010010111111011111010011010000000 | e688bee294a1eba3b4e29497efa680 |
UHC | 戾┡룴┗呂 | 11010101111010001010011011001011100011111010100110100110101100011110010111111011 | d5e8a6cb8fa9a6b1e5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)