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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 亦跫珱\ | 10010110100100101110011011101101111000001111110001011100 | 9692e6ede0fc5c |
EUC-JP | 亦跫珱\ | 11001011111100101110110011101111111000001111111001011100 | cbf2ecefe0fe5c |
UTF-8 | 亦跫珱\ | 11100100101110101010011011101000101101111010101111100111100011111011000101011100 | e4baa6e8b7abe78fb15c |
UHC | 亦??\ | 1110011010110010001111110011111101011100 | e6b23f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)