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 | ??v] | 00111111001111110111011001011101 | 3f3f765d |
SJIS-WIN | ??v] | 00111111001111110111011001011101 | 3f3f765d |
EUC-JP | ??v] | 00111111001111110111011001011101 | 3f3f765d |
UTF-8 | 쒔렜v] | 1110110010010010100101001110101110100000100111000111011001011101 | ec9294eba09c765d |
UHC | 쒔렜v] | 101111101010110110001110101011100111011001011101 | bead8eae765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)