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 | ?b?? | 00111111011000100011111100111111 | 3f623f3f |
SJIS-WIN | ?b?? | 00111111011000100011111100111111 | 3f623f3f |
EUC-JP | ?b?? | 00111111011000100011111100111111 | 3f623f3f |
UTF-8 | 창b창혱 | 11101100101100001011110101100010111011001011000010111101111011011001100010110001 | ecb0bd62ecb0bded98b1 |
UHC | 창b창혱 | 11000011101000100110001011000011101000101100001010011000 | c3a262c3a2c298 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)