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] | 1110110010110001100001001110110010110000101111010111011001011101 | ecb184ecb0bd765d |
UHC | 채창v] | 110000111010010011000011101000100111011001011101 | c3a4c3a2765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)