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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繞??應 | 111000111000010100111111001111111001110011100100 | e3853f3f9ce4 |
EUC-JP | 繞??應 | 111001011110010100111111001111111101100011100110 | e5e53f3fd8e6 |
UTF-8 | 繞섍여應 | 111001111011100110011110111011001000010010001101111011001001011110101100111001101000011110001001 | e7b99eec848dec97ace68789 |
UHC | 繞섍여應 | 1110100110100100100110001110101010111111101010011110101111101011 | e9a498eabfa9ebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)